LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-06-2005, 08:38 PM   #16
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50

ooh- more thoughts that might help:
see the ~ squiggle? this means that you are in your home directory. So, try cd .. twice to get into the / directory and then whereis.

http://www.google.com/search?hl=en&l...on&btnG=Search

titanium_geek
 
Old 07-13-2005, 07:31 PM   #17
mostafa.abulela
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3 Pro
Posts: 4

Rep: Reputation: 0
i'm so new with linux and have the same problem,i found that i must to type the command "python setup.py install"in the python directory but i got this

mostafa@mygateway:~/bin/sorces/BitTornado-0.3.7/BitTornado-CVS> python setup.py install
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/BitTornado
copying BitTornado/clock.py -> build/lib/BitTornado
copying BitTornado/SocketHandler.py -> build/lib/BitTornado
copying BitTornado/CurrentRateMeasure.py -> build/lib/BitTornado
copying BitTornado/zurllib.py -> build/lib/BitTornado
copying BitTornado/bencode.py -> build/lib/BitTornado
copying BitTornado/ConfigDir.py -> build/lib/BitTornado
copying BitTornado/ConfigReader.py -> build/lib/BitTornado
copying BitTornado/parseargs.py -> build/lib/BitTornado
copying BitTornado/selectpoll.py -> build/lib/BitTornado
copying BitTornado/parsedir.py -> build/lib/BitTornado
copying BitTornado/piecebuffer.py -> build/lib/BitTornado
copying BitTornado/RawServer.py -> build/lib/BitTornado
copying BitTornado/inifile.py -> build/lib/BitTornado
copying BitTornado/RateLimiter.py -> build/lib/BitTornado
copying BitTornado/HTTPHandler.py -> build/lib/BitTornado
copying BitTornado/ServerPortHandler.py -> build/lib/BitTornado
copying BitTornado/ConnChoice.py -> build/lib/BitTornado
copying BitTornado/PSYCO.py -> build/lib/BitTornado
copying BitTornado/RateMeasure.py -> build/lib/BitTornado
copying BitTornado/natpunch.py -> build/lib/BitTornado
copying BitTornado/launchmanycore.py -> build/lib/BitTornado
copying BitTornado/CreateIcons.py -> build/lib/BitTornado
copying BitTornado/__init__.py -> build/lib/BitTornado
copying BitTornado/download_bt1.py -> build/lib/BitTornado
copying BitTornado/bitfield.py -> build/lib/BitTornado
copying BitTornado/subnetparse.py -> build/lib/BitTornado
creating build/lib/BitTornado/BT1
copying BitTornado/BT1/DownloaderFeedback.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/fakeopen.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/T2T.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/NatCheck.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Rerequester.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Connecter.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/FileSelector.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Encrypter.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/makemetafile.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/StorageWrapper.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Storage.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/StreamCheck.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Statistics.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/HTTPDownloader.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Uploader.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Downloader.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/Choker.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/__init__.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/btformats.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/PiecePicker.py -> build/lib/BitTornado/BT1
copying BitTornado/BT1/track.py -> build/lib/BitTornado/BT1
running build_scripts
creating build/scripts-2.4
copying and adjusting btdownloadgui.py -> build/scripts-2.4
copying and adjusting btdownloadheadless.py -> build/scripts-2.4
copying and adjusting bttrack.py -> build/scripts-2.4
copying and adjusting btmakemetafile.py -> build/scripts-2.4
copying and adjusting btlaunchmany.py -> build/scripts-2.4
copying and adjusting btcompletedir.py -> build/scripts-2.4
copying and adjusting btdownloadcurses.py -> build/scripts-2.4
copying and adjusting btcompletedirgui.py -> build/scripts-2.4
copying and adjusting btlaunchmanycurses.py -> build/scripts-2.4
copying and adjusting btreannounce.py -> build/scripts-2.4
copying and adjusting btrename.py -> build/scripts-2.4
copying and adjusting btshowmetainfo.py -> build/scripts-2.4
copying and adjusting bttest.py -> build/scripts-2.4
copying and adjusting btmaketorrentgui.py -> build/scripts-2.4
copying and adjusting btcopyannounce.py -> build/scripts-2.4
copying and adjusting btsethttpseeds.py -> build/scripts-2.4
copying and adjusting bt-t-make.py -> build/scripts-2.4
changing mode of build/scripts-2.4/btdownloadgui.py from 644 to 755
changing mode of build/scripts-2.4/btdownloadheadless.py from 644 to 755
changing mode of build/scripts-2.4/bttrack.py from 644 to 755
changing mode of build/scripts-2.4/btmakemetafile.py from 644 to 755
changing mode of build/scripts-2.4/btlaunchmany.py from 644 to 755
changing mode of build/scripts-2.4/btcompletedir.py from 644 to 755
changing mode of build/scripts-2.4/btdownloadcurses.py from 644 to 755
changing mode of build/scripts-2.4/btcompletedirgui.py from 644 to 755
changing mode of build/scripts-2.4/btlaunchmanycurses.py from 644 to 755
changing mode of build/scripts-2.4/btreannounce.py from 644 to 755
changing mode of build/scripts-2.4/btrename.py from 644 to 755
changing mode of build/scripts-2.4/btshowmetainfo.py from 644 to 755
changing mode of build/scripts-2.4/bttest.py from 644 to 755
changing mode of build/scripts-2.4/btmaketorrentgui.py from 644 to 755
changing mode of build/scripts-2.4/btcopyannounce.py from 644 to 755
changing mode of build/scripts-2.4/btsethttpseeds.py from 644 to 755
changing mode of build/scripts-2.4/bt-t-make.py from 644 to 755
running install_lib
creating /usr/local/lib/python2.4/site-packages/BitTornado
error: could not create '/usr/local/lib/python2.4/site-packages/BitTornado': Permission denied
mostafa@mygateway:~/bin/sorces/BitTornado-0.3.7/BitTornado-CVS>

and the setup terminated
idon know what to do,please help me and that poor guy
sory for my bad english
 
Old 07-13-2005, 07:34 PM   #18
mostafa.abulela
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3 Pro
Posts: 4

Rep: Reputation: 0
sorry i wrote that i must type the command "python setup.py install" in the python directory
but iwas wrong i wrote it in the bit tornado directory as showen at my last post
 
Old 07-17-2005, 09:33 PM   #19
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
you don't have permission to write to the directory- run it as root or chmod the directory you are trying to write to.
Welcome to LQ! have you seen the edit button? well done on finding a relevant thread to post in. for future reference- could you fill in your distribution and perhaps your location?

titanium_geek
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of BitTornado adrian_mx Linux - Software 1 12-05-2005 09:34 AM
bittornado problem bloodfulldesire Linux - Software 2 07-07-2005 09:00 AM
bittornado doralsoral Linux - Software 5 05-21-2005 08:19 PM
BitTornado on FreeBSD Dreamcatcher *BSD 2 02-02-2005 06:24 AM
bittornado-gui help please. Lleb_KCir Linux - Software 2 11-22-2004 03:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration