Thanks Josh. I reply late because I went on holidays.

Python is installed in the C:\Python27\ directory. So I saved the go-
pylons.py file into that directory.

Then in the cmd, I typed : C:\Python27>python.exe go-pylons.py --no-
site-packages mydevenv
Is this correct ?

This is what I got :

------------------------------------
New python executable in mydevenv\Scripts\python.exe
Traceback (most recent call last):
  File "C:\Python27\mydevenv\lib\site.py", line 67, in <module>
    import os
  File "C:\Python27\mydevenv\lib\os.py", line 398, in <module>
    import UserDict
  File "C:\Python27\mydevenv\lib\UserDict.py", line 83, in <module>
    import _abcoll
  File "C:\Python27\mydevenv\lib\_abcoll.py", line 11, in <module>
    from abc import ABCMeta, abstractmethod
  File "C:\Python27\mydevenv\lib\abc.py", line 8, in <module>
    from _weakrefset import WeakSet
ImportError: No module named _weakrefset
ERROR: The executable mydevenv\Scripts\python.exe is not functioning
ERROR: It thinks sys.prefix is 'c:\\python27' (should be 'c:\\python27\
\mydevenv
')
ERROR: virtualenv is not compatible with this system or executable
Note: some Windows users have reported this error when they installed
Python for
 "Only this user".  The problem may be resolvable if you install
Python "For all
 users".  (See https://bugs.launchpad.net/virtualenv/+bug/352844)
------------------------------------

The problem is that Python was installed for all users. I am on
Windows Vista. So I don't know what to do. Is Django more user-
friendly than Pylons ?

Thanks a lot,
Dwayne

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to