Re: PyQt5 and virtualenv problem

2013-08-02 Thread Pete Forman
D. Xenakis gouzouna...@hotmail.com writes: I tried to install SIP and PyQt5 using the pip install command but it didnt work on both cases (i was getting errors), so i finally installed them using the windows installers provided in riverbankcomputing website. My problem though here is that

Re: PyQt5 and virtualenv problem

2013-08-01 Thread D. Xenakis
Any advice?Plz? -- http://mail.python.org/mailman/listinfo/python-list

Re: PyQt5 and virtualenv problem

2013-07-29 Thread D. Xenakis
Answer here: http://stackoverflow.com/questions/1961997/is-it-possible-to-add-pyqt4-pyside-packages-on-a-virtualenv-sandbox -- http://mail.python.org/mailman/listinfo/python-list

Re: virtualenv problem

2013-07-29 Thread alex23
On 26/07/2013 10:25 PM, D. Xenakis wrote: Apparently my problem was that i did not have correctly setup the new path.. But hey - learning is a good thing +1! Also, good job on posting the solution you found as well, that's always helpful if anyone else hits the same problem. Personally, I

Re: PyQt5 and virtualenv problem

2013-07-29 Thread D. Xenakis
Could you help me install PyQt5 properly in my Virtualenv folder and not only globally? I tried installing PyQt5 and sip with the use of pip but i was getting errors all the time (Why is that? Are there any known pip issues along with PyQt5 and sip?), so in the end i had to install it with the

PyQt5 and virtualenv problem

2013-07-27 Thread D. Xenakis
I tried to install SIP and PyQt5 using the pip install command but it didnt work on both cases (i was getting errors), so i finally installed them using the windows installers provided in riverbankcomputing website. My problem though here is that whenever i try to create a new virtualenv

Re: virtualenv problem

2013-07-26 Thread D. Xenakis
Yeah trying to run virtualenv under IDLE was a desperate move as i couldnt make anything work under cmd. Apparently my problem was that i did not have correctly setup the new path.. Solution for me was the following from

virtualenv problem

2013-07-25 Thread D. Xenakis
Hi there. Im using windows 7 64bit I have installed python 3.3.2 in C:\Python33 and then easy_install , pip, and virtualenv. But i do not know if the virtualenv installation is correct as i cant seem to be able to create any virtual enviroment yet. How can i check if everything is correct? What

Re: virtualenv problem

2013-07-25 Thread alex23
On 25/07/2013 11:48 PM, D. Xenakis wrote: I think there is something wrong with the installation because when i run through idle the virtual-env scripts located in C:\Python33\Scripts then i get the following.. virtualenv is intended to be a command line tool, so running it through idle is

Re: virtualenv problem on win32

2011-06-07 Thread dim
Got similar things. Don't know what is the root cause but enabling distribute seems to work... c:\_work\homevirtualenv --distribute pyve\openpyxl New python executable in pyve\openpyxl\Scripts\python.exe A globally installed setuptools was found (in c:\python25\lib\site- packages) Use the

virtualenv problem on win32

2011-04-13 Thread Danny Shevitz
Howdy, I'm trying to use virtualenv for the first time and having endless grief. I have upgraded my python distribution to the latest 2.7 distribution and it is completely clean. I have prepended my path environment variable with c:\python27 and c:\python27\scripts. I have installed: setuptools