Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466004
By: timblacktu
I'm trying to run a script that tries to run a program called omniidl.exe using
subprocess.call(), like so:
import subprocess
retcode = subprocess.call("omniidl", shell=True)
As soon as
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466071
By: panosl
Hello,
I had the same issue and I am running on a Mac OS 10.5. The workaround I found
is to remove the interpreter and reinstall it via the "Remove" and "New" buttons
in the "Python Interpr
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466423
By: deventm
Hi, I'm new to Python and using Pydev the first time. I like to use python to
develop with Qt4. Now, from Java Eclipse I'm used to the auto completition (i.e.
if I enter . the IDE will g
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466434
By: fabioz
Hi,
Actually, pydev extensions has that, but only for files for which you have
python
code... as PyQt4 doesn't have source code, just the dll with the bindings, right
now pydev will only gi
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466437
By: fabioz
Have you checked if the process running has the path/pythonpath variables
correct
through os.environ? (maybe you have more than one python installed and the wrong
one ends up available in th
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7466462
By: deventm
I have exact the same code but nothing happens.
Shouldn't PyQt4-devel have the sources for PyQt4?
__
You are receiving t