help wanted with list

2009-09-24 Thread Xavier Lapointe
Not sure I understand well, but let say I did.. list[list.index('a')+1] Le 14:59, Ahmed Shamim a écrit : list = [ 'a', '1', 'b', '2'] what would be the logic, if I input a to get output 1. -- http://mail.python.org/mailman/listinfo/python-list

Python-Qt problem with pyuic4

2009-09-23 Thread Xavier Lapointe
Hello, Let's suppose you're on Windows. If pyuic4 can't be found, you can specified the direct path: C:\Python26\pyuic4.bat -o Drive:\your\Path\ui_myGUI.py -x Drive:\your\Path\myGUI.ui You might need to replace the Python26 with your own version if it differs... Cheers -- http://mail.pytho

Python-Qt problem with pyuic4

2009-09-23 Thread Xavier Lapointe
Have you tried something like so? pyuic4 -o C:\dev\prgr\src\ui_myGUI.py -x C:\dev\prgr\src\myGUI.ui (Sorry if double post occured - just changed my Mailing list account ..) -- http://mail.python.org/mailman/listinfo/python-list

Python-Qt problem with pyuic4

2009-09-23 Thread Xavier Lapointe
Have you tried something like so? pyuic4 -o App.py -x App.ui -- http://mail.python.org/mailman/listinfo/python-list

sys.path with multiple Python installations

2009-03-04 Thread Xavier Lapointe Desjardins
Hi everyone :o), this is my first post on the mailing list, so I'll try to be clear enough. I've on my computer WinXp x64 with python 2.5 and 2.6 installed. When I tried to run a small script using smtplib using Python 2.6, I got that error message: " Traceback (most recent call last): File "<