Newbie: Installing packages on windows

B

bg_ie

Hi,

I'm reading the python tutorials on docs.python.org, but I'm still not
sure how install a package. I have downloaded pylint in zip form from
www.logilab.org, but I'm unsure what to do with it. The file I wish to
test (i.e. the file I have writen myself) is located in C:\Python25\

Hope you can help,

Barry.
 
F

Fredrik Lundh

I'm reading the python tutorials on docs.python.org, but I'm still not
sure how install a package. I have downloaded pylint in zip form from
www.logilab.org, but I'm unsure what to do with it. The file I wish to
test (i.e. the file I have writen myself) is located in C:\Python25\

step 1: look for a README file in the ZIP archive, and follow the
instructions in that file.

</F>
 
D

Dennis Lee Bieber

Hi,

I'm reading the python tutorials on docs.python.org, but I'm still not
sure how install a package. I have downloaded pylint in zip form from
www.logilab.org, but I'm unsure what to do with it. The file I wish to

Depends on what is in the archive... If it requires compiling C
stuff, you'll need a compatible environment.

Some packages just need to be decompressed and dropped into the
Pythonxx\Lib\site-packages directory. Others need to be decompressed,
and a setup program run (from command line -- unfortunately these tend
to be for generic installs and don't have a Windows shortcut file with
the needed options)
test (i.e. the file I have writen myself) is located in C:\Python25\
That's probably not the best directory to be putting development
code, since its the root of the language installation itself.
--
Wulfraed Dennis Lee Bieber KD6MOG
(e-mail address removed) (e-mail address removed)
HTTP://wlfraed.home.netcom.com/
(Bestiaria Support Staff: (e-mail address removed))
HTTP://www.bestiaria.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top