python -V gives following Output:
Python 2.4.3
I have completely deleted c:\cygwin and installed the newest cygwin 
version and still have the same error message.
I use the (newest) qooxdoo 6.1 sdk.

python generator.py generates following output:

$ python generator.py
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "generator.py", line 3, in ?
    import sys, re, os, optparse
ImportError: No module named re

Maybe cygwin did some registry entries that i havent uninstalled cause i 
only deleted the directory from disk?
I didnt found any deinstallation file for it, thats why i removed it 
from disk manually....



> Maybe there is some old configuration regarding cygwin anywhere in your 
> directory structure.
>
> It should be "python -V" not "python -v".
>
> Does the script now work for you. Can you tell me the output of:
> python framework/tool/generator.py or 
> framework/tool/generator/generator.py (depending on your qooxdoo version)?
>
> Sebastian
>
>
> Manuel Bender schrieb:
>   
>> Dear Sebastian,
>>
>> I tried it with my old cygwin installation, then i deleted the c:\cygwin 
>> folder and installed the newest version 1.5.21-1.
>> Here is my python-v output:
>>
>> $ python -v
>> # installing zipimport hook
>> import zipimport # builtin
>> # installed zipimport hook
>> 'import site' failed; traceback:
>> ImportError: No module named site
>> Python 2.4.3 (#1, May 18 2006, 07:40:45)
>> [GCC 3.3.3 (cygwin special)] on cygwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>
>>
>> Sebastian Werner schrieb:
>>     
>>> "re" is the regular expression module of python. What version of cygwin 
>>> have you installed. Is it a fresh install or something older? Can you 
>>> send us the output of "python -V". Should be at least version 2.3.
>>>
>>> Sebastian
>>>
>>>   

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to