flask - no python27.dll to copy into Scripts directory -
i have installed python2.7.3 in d:\python27\python ,and mkdir in g:\microblog, downloaded virtualenv.py in g:\microblog,when cd g:microblog, want install flask in g:\microblog web http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
g:\microblog>d:\python27\python virtualenv.py flask overwriting flask\lib\orig-prefix.txt new content new python executable in flask\scripts\python.exe traceback (most recent call last): file "g:\microblog\flask\lib\site.py", line 67, in <module> import os file "g:\microblog\flask\lib\os.py", line 397 yield walk(new_path, topdown, onerror, followlinks) ^ syntaxerror: invalid syntax error: executable flask\scripts\python.exe not functioning error: thinks sys.prefix u'g:\\microblog' (should u'g:\\microblog\\flas k') error: virtualenv not compatible system or executable note: windows users have reported error when installed python "only user" or have multiple versions of python installed. copying app ropriate pythonxx.dll virtualenv scripts/ directory may fix problem.
i can not find python27.dll in d:\python27\dlls
directory of d:\python27\dlls 08/18/2014 09:36 <dir> . 08/18/2014 09:36 <dir> .. 04/10/2012 11:31 pm 59,904 bz2.pyd 03/08/2011 09:39 19,790 py.ico 03/08/2011 09:39 19,790 pyc.ico 04/10/2012 11:31 pm 103,424 pyexpat.pyd 04/10/2012 11:31 pm 9,728 select.pyd 04/10/2012 11:31 pm 337,920 sqlite3.dll 08/28/2010 02:42 pm 867,840 tcl85.dll 08/28/2010 02:42 pm 8,192 tclpip85.dll 08/28/2010 02:45 pm 1,320,448 tk85.dll 04/10/2012 11:31 pm 686,592 unicodedata.pyd 04/10/2012 11:31 pm 8,704 winsound.pyd 04/10/2012 11:32 pm 877,056 _bsddb.pyd 04/10/2012 11:31 pm 74,240 _ctypes.pyd 04/10/2012 11:31 pm 13,824 _ctypes_test.pyd 04/10/2012 11:31 pm 70,656 _elementtree.pyd 04/10/2012 11:31 pm 285,184 _hashlib.pyd 04/10/2012 11:31 pm 46,080 _msi.pyd 04/10/2012 11:31 pm 23,552 _multiprocessing.pyd 04/10/2012 11:31 pm 40,960 _socket.pyd 04/10/2012 11:31 pm 41,984 _sqlite3.pyd 04/10/2012 11:31 pm 721,920 _ssl.pyd 04/10/2012 11:31 pm 29,184 _testcapi.pyd 04/10/2012 11:31 pm 30,208 _tkinter.pyd 23 file(s) 5,697,180 bytes 2 dir(s) 5,159,092,224 bytes free
how can fix problem?
it in c:/windows/system32/python27.dll
Comments
Post a Comment