what are site directories in python ? are these some special folders ?
krystosan 0 Junior Poster
Recommended Answers
Jump to Posti have to copy paste my downloaded python packages for them to work?
You do not copy/paste into site-packages folder yourself,you can but that's not the correct way(and it may not work).
3 methods:
First the manual way.
You download a packages extract to where-ever you want.
From …
Jump to PostAdd e:\pythonpacks to the PYTHONPATH environment variable (or create the variable).
Jump to Posti downloaded to this folder and extracted
You don't have to download the packages in the folder where they will be installed. As Snippsat said above, suppose you download a package foo.zip, then uncompress it, producing a folder foo with a setup.py file. You must open windows
All 10 Replies
HiHe 174 Junior Poster
krystosan 0 Junior Poster
snippsat 661 Master Poster
krystosan 0 Junior Poster
Gribouillis 1,391 Programming Explorer Team Colleague
krystosan 0 Junior Poster
Gribouillis 1,391 Programming Explorer Team Colleague
krystosan 0 Junior Poster
Gribouillis 1,391 Programming Explorer Team Colleague
krystosan 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.