Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
Ranked #3K
~64.7K People Reached
Favorite Forums

29 Posted Topics

Member Avatar for funfullson

hi.I want play linux shells command with python.for example i did it: [CODE] def add(userName, pasword): import os os.system("useradd -d /home/%s -m -p %s %s"%(userName, pasword, userName)) [/CODE] but some where i have problem. for example when you want change the users password you have to send the command for …

Member Avatar for Krystor
0
2K
Member Avatar for vegaseat

I want write a program with GUI but I don't know which one is better gtk- wx-qt and etc. please guide me.please compair them. thank.

Member Avatar for vegaseat
9
45K
Member Avatar for funfullson

Hello dears. I need to play a music in my projects background. I did such below but it does not work. what is problem please? [CODE] class PlayMusic { private string cmd; private bool isOpen; [DllImport("winmm.dll")] private static extern long mciSendString(string strCommand,StringBuilder strReturn,int iReturnLength, IntPtr hwndCallback); public void Close() { …

Member Avatar for Sri Harsha
0
380
Member Avatar for funfullson

I am trying to convert a 2d image to 3d one in python. please introduse me some good source or if there is an open source program. Thanks alot.

Member Avatar for funfullson
0
4K
Member Avatar for funfullson

Hi every body. I want to make a topographical image from a 2d Aerial photograph. how can I do it in python? Thanks if help me.

Member Avatar for hughesadam_87
0
120
Member Avatar for funfullson

Hi dears. I wrote a program in C# with visual studio 2010 an now need to ensure that my program will work on any system with XP or seven or vista windows version. I used from .net & directX in my project. How can i compact it with an installer …

Member Avatar for funfullson
0
87
Member Avatar for funfullson

Hello dears. I am using python 2.6 in Ubuntu 10.10. I need an interface that make me able to trace my project. for example portable python ver 1.1 has this ability. please intruduse me an interface that be compatible with my os. Thanks.

Member Avatar for funfullson
0
174
Member Avatar for Ene Uran

Thanks dear.but i have problem importing the pylab. i am working with the windows and python 2.5.and have installed the pylab.but it returns me "No module named pylab".I have such problem with qt.please guide me.thanks.

Member Avatar for Flintstone_
2
2K
Member Avatar for funfullson

Hello friends. I need a good article or book that compare storage engins _such as MyISAM, InnoDB, Falcon and etc_. if any one know a good source please introduce me. Tanks if help me.

Member Avatar for funfullson
0
106
Member Avatar for funfullson

Hello friends. In my project I need to know if some one is online or offline. and other problem is that some one are online but are invisible. At all how I can find the users state? for example users of yahoo or google. I realy know nothing about this …

Member Avatar for richieking
0
283
Member Avatar for funfullson

Hi Friends. I have an project with vs2005 and sqlserver2005.There is a page contain a combobox , a text box and two button.The combox items are my cost list that maybe thems count increase by user.how can I manage it? more about it: if person clicks the add button we …

Member Avatar for nsdoshi
0
121
Member Avatar for funfullson

hi dears. I have an unicode data in a file.it is a persian text. I want to read it and after some change write it in another file. but when I read it, I face to some hexadecimal characters. what I have to do with them? Thanks.

Member Avatar for griswolf
0
168
Member Avatar for Toikkala

I thing there is another way to do it: [CODE] >>> String = "Hello World!!" >>> print String[2:6] llo [/CODE]

Member Avatar for TrustyTony
0
236
Member Avatar for funfullson

Hi dears. I want make relation with gsm modem. my first goal and main one is sending and receiving sms. _then I want go front.for example for mms sending and ..._ I want to do it on a linux server. please introduce me a suitable modula with it's tutorial or …

Member Avatar for nazza
0
212
Member Avatar for funfullson

Hi dears. I want to send a string as sms in gsm modem witch mixed from english and unicode word. for example: "hello in persian is 'سلام' in arabic is 'السلام'." now, how I can make a pdu format from this string and what change I have to make in …

Member Avatar for funfullson
-2
447
Member Avatar for funfullson

Hi dears. I am playing windows commands with python scripts. for example I did: [CODE] import os print os.system("ipconfig -a") [/CODE] but there is a problem with some commands.for example see this: [CODE] >netsh netsh>dhcp netsh>dhcp>scope 192.168.100.10 [/CODE] after playing the first one script, I have to come back to …

Member Avatar for Beat_Slayer
0
187
Member Avatar for funfullson

hi dears. I am using Emu8086. I need to generating an array of random numbers. Are there any ready procedure or intrupt? if there are not, how can I do it? thanks.

Member Avatar for Tahir007
0
6K
Member Avatar for funfullson

Hi dears. I am searching around a reporter for python. some thing such as crystal_report or stimul_report witch used for C# and some languages other. thanks.

Member Avatar for jcao219
0
94
Member Avatar for funfullson

I found that in python we have no realy private attributes.we just can use _ or __.but these are not deny access to my attributes.some thing such as private variables in c++. Is it TRUE? Realy python is week in these?

Member Avatar for jcao219
0
284
Member Avatar for funfullson

I have a code that plays fast _it's order is log(n)_.I have to meter it's play's elapsed time.I used from time.time() and time.clock() but they returned 0.I need a timer witch meter nano second. How can I do it?

Member Avatar for vegaseat
0
112
Member Avatar for funfullson

I wrote below code for my database connection but every time its catch part play.what is the problem? [CODE] public myDb() { canConnect = true; sqlString = "Connection Timeout=5;Server=127.0.0.1;Database=ghanat;"; dbConnect = new SqlConnection(sqlString); dbCmd = new SqlCommand(); dbCmd.Connection = dbConnect; dbAdapter = new SqlDataAdapter(dbCmd); try { dbConnect.Open(); MessageBox.Show("You connected", "Connection", …

Member Avatar for apegram
0
113
Member Avatar for funfullson

Hi dears.I want start making a web with python but I know nothing a bout web.and so don't know from where a have to start. I need a point to start and a few knowledge about webs programing foundation.please introduce me a suitable source for beginning. Thanks.

Member Avatar for Stefano Mtangoo
0
178
Member Avatar for funfullson

I wrote a gui with qt and converted it into python.it came below. know I want to use the information witch user entered.for example the text boxes text or want decide around the buttons clicked or any thing else.at all how can i manage my qt forms data in my …

Member Avatar for funfullson
0
173
Member Avatar for funfullson

Sorry I am asking a beginners problem between professional discussion.But I realy confused witch one is better.qt, gtk, wx, opengl or one else.please guide me with a clear comparison. Thanks dears. Editor ... moved from Re: Python GUI Programming (rule is: ask question in regular forum)

Member Avatar for funfullson
0
151
Member Avatar for kdikert

Sorry dear a have no answer to your question but have a new question. I started gui programing with gtk.and instaled the glade but I have a problem, that is an error which happen when I want import the gtk.it said me **File "C:\Python25\lib\site-packages\gtk-2.0\gtk\__init__.py", line 38, in <module>** so I …

Member Avatar for funfullson
0
641
Member Avatar for funfullson

i have a datagrid .its name is dg and a button its name is btn. I want print my datagrids information by clicking on the btn. I need it urgent.

Member Avatar for ddanbe
0
291
Member Avatar for funfullson

I am sorry if it is simple or repetitive but I have problem with this. I make a play : I have python 2.6 or 3.0 a program in my c partition its name is test.py I want to compile it and it have to works in linux and windows. …

Member Avatar for shadwickman
0
128
Member Avatar for tomtetlaw

Sorry I think it will overwrite on print when its its callers prameters be like its own.or else print will call. Is it true?

Member Avatar for shadwickman
0
141
Member Avatar for funfullson

hello all. I have python 3 and want use mysql but i dont find mysqls modouls please say me a link.

Member Avatar for Stefano Mtangoo
0
95

The End.