Re: Make standalone gui-enabled app for LINUX

2015-03-06 Thread Mehdi
I have no experience with pyqt and so pyqtdeploy but it seems what i need. > I haven't announced this on the list yet, but... > > http://pyqt.sourceforge.net/Docs/pyqtdeploy/ > > Phil But i think pyinstaller doesn't work with python3. On Friday, March 6, 2015 at 12:58:11 AM UTC+3:30, Christ

Make standalone gui-enabled app for LINUX

2015-03-05 Thread Mehdi
Hi I know there are tools like cx_freeze or nuitka for making a linux standalone python app. but i couldn't find a good tutorial about how to making a portable gui-enabled python3 app in linux. by gui-enabled i mean application which use any gui libs like pygobject, qt or wx. I know most of linu

NASA using Python / Django for NEBULA (cloud comp.)

2009-07-30 Thread Mehdi H
Hello Python devs! I'm supporting NASA on their NEBULA project and they're looking for Python / Django experts to join their team here in Mountain View, CA. If you're interested, let me know and we can talk more on how they're using Django in their environment! Than

RE: Multiprocessing takes higher execution time

2009-01-08 Thread Sibtey Mehdi
, Gopal -Original Message- From: Nick Craig-Wood [mailto:n...@craig-wood.com] Sent: Thursday, January 08, 2009 3:01 PM To: python-list@python.org Subject: Re: Multiprocessing takes higher execution time Sibtey Mehdi wrote: > I use multiprocessing to compare more then one set of fi

RE: Multiprocessing takes higher execution time

2009-01-07 Thread Sibtey Mehdi
Hello, Please see the code I have send in attachment. Any suggestions will highly appreciate. Thanks and Regards, Gopal -Original Message- From: Grant Edwards [mailto:inva...@invalid] Sent: Wednesday, January 07, 2009 8:58 PM To: python-list@python.org Subject: Re: Multiprocessing takes

Multiprocessing takes higher execution time

2009-01-07 Thread Sibtey Mehdi
Hi, I use multiprocessing to compare more then one set of files. For comparison each set of files (i.e. Old file1 Vs New file1) I create a process, Process(target=compare, args=(oldFile, newFile)).start() It takes 61 seconds execution time. When I do the same comparison without implement

poblem regarding opening a html file

2008-12-29 Thread Sibtey Mehdi
Hi I have a GUI application (wxpython) that calls another GUI Application. I m using os.system (cmd) to launch The second GUI, in the second GUI I m trying to open the html file using the os.startfile (filename) function but It takes lots of time to open the html file. If I am run

Memory Error

2008-08-27 Thread Sibtey Mehdi
I am using the cPickle module to serialization and de-serialization of heavy python object (80 MB). When I try to save the object it gives the memory Error. Any one can help me out of this problem. I am pickling the object as: def savePklFile(pickleFile, data): pickledFile =

python server side scripting with apache2

2008-04-18 Thread syed mehdi
Hi Guys, I want to do server side scripting in python for one of my applications. So after installing apache2, python lib for apache2 (libapache2), and doing some changes in default file in /etc/apache2/sites-available i was able to execute python scripts in /var/www/ directory from client side

argument to python cgi script

2008-04-09 Thread syed mehdi
Hi Guys, If someone can help me in telling how can i pass arguments to python cgi script then that will be good. like if i want to pass "some argument" to my remote python script, by calling something like: http://localhost/cgi-bin/test.py?some\ argument. What is the correct way of sending argument

Re: ImportError: No module named MySQLdb

2008-04-07 Thread syed mehdi
Thanks Gabriel, it worked after installing MySQL (database engine). Regards Syed On Tue, Apr 8, 2008 at 10:23 AM, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > En Tue, 08 Apr 2008 00:35:29 -0300, syed mehdi <[EMAIL PROTECTED]> > escribió: > > > I have been working i

ImportError: No module named MySQLdb

2008-04-07 Thread syed mehdi
Hi Guys, I have been working in python from some time now, while writing a python script i used: import MySQLdb in my script to do some database related operations. When i tried to execute the same script on another system it gave me an error as: "ImportError: No module named MySQLdb" though mysqld

py2exe and pyparallel

2006-08-07 Thread mehdi karimi
HiI want to convert a .py file into .exe with py2exe(I use Pyparallel(import parallel) in that program)after running setup.py py2exe this massage appear:"The following modules appear to be missing: ['parallelioctl' , 'paralleljava']  " how I can remove this Problem?thanks See the all-new, red

Re: formal math ?

2005-08-28 Thread mehdi . rabah
Thanks you two. I was just thinking if it was possible. If I really want to do this, maybe the best way is to do an interface to python of an open source project I have just discovered : maxima. So long, -- http://mail.python.org/mailman/listinfo/python-list

formal math ?

2005-08-27 Thread mehdi . rabah
have checked numarray and I think it can not do this. Thanks in advance, Mehdi -- http://mail.python.org/mailman/listinfo/python-list