"D. Xenakis" 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 whenever i try to c
Any advice?Plz?
--
http://mail.python.org/mailman/listinfo/python-list
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
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 t
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
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
envirom
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
"http://forums.udacity.com/questions/100064678/pip-installation-instructi
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
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 e
Got similar things. Don't know what is the root cause but enabling
distribute seems to work...
c:\_work\home>virtualenv --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 --no-si
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
11 matches
Mail list logo