[tahoe-dev] Build issue
FreeStorm .
freestorm77 at gmail.com
Tue May 11 03:26:16 PDT 2010
Hi Sid,
Maybe we need to start from the begining.
If you don't use Python for another usage as tahoe, you can uninstall
all your Python and pywin32 stuff with add/remove program on your
control panel.
After that, you can remove all Python directories from your c:\
I think you have c:\python25 and c:\python26
(dont remove theses directory before uninstalling properly from add/remove)
You can delete entire allmydata-tahoe-1.6.1 diretory.
After this point you are going to have clean base to start.
So we can start step by step :-)
1) Install Python 2.6 from
http://www.python.org/ftp/python/2.6.5/python-2.6.5.msi
2) Install pywin32 from http://sourceforge.net/projects/pywin32/
3) Follow points 1-4 of section "What if that doesn't work?" on page
http://allmydata.org/trac/tahoe-lafs/wiki/AdvancedInstall
4) Add c:\python26 and c:\python26\scripts to your environment
variable PATH (same way as point 4 on AdvancedInstall page)
After that we can confirm some points:
5) Open DOS Prompt from: start menu => run => cmd.exe
and run these command:
a) python -V
=> (capital V) it must return something like: python 2.6.5
b) g++ -v
=> it must return somethink like: gcc version 3.4.5
c) as --version
=> it must return : GNU assembler (GNU Binutils) 2.19.1
Is you don't loose something, you will have Python, and Mingw
correctly installed :-)
Next point, downloading and installaling Tahoe-Lafs.
6) Download and unzip
http://allmydata.org/source/tahoe-lafs/releases/allmydata-tahoe-1.6.1.zip
7) Open DOS Prompt, and go to directory where you unziped
allmydata-tahoe-1.6.1 and run:
(you need an Internet connexion to download and install some Python's packages)
a) python setup.py build
b) python setup.py install
c) python setup.py test
=> To be sure that tahoe-Lafs is good working.
If I don't miss somthing, It will build and install successfully
Hope that help.
Fred
2010/5/11 sidsal sal <sidsaleesh at googlemail.com>:
> Hi,
> Here are the steps I done in my windows machine.
>
> 1) followed link
>
> http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html
> tried to install python from http://sourceforge.net/projects/pywin32/
>
> Got the following error while installing
> "Python version 2.6 required, which was not found in the registry"
>
> 2)
> referred the link
>
> http://allmydata.org/trac/tahoe-lafs/wiki/AdvancedInstall
>
> Downloaded and install Python 2.5.4 from
> http://www.python.org/ftp/python/2.5.4/python-2.5.4.msi
> Downloaded and install pywin32 from
> http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/pywin32-214.win32-py2.5.exe/download
>
> 3)
> downloaded
> http://allmydata.org/source/tahoe-lafs/releases/allmydata-tahoe-1.6.1.zip
>
> 4)
> python setup.py build gives me this error.
>
> Request for help
> ---------------------------------------------------------------
>
> As a solution, I copied "tahoe-deps" directory (from
> http://tahoe-lafs.org/source/tahoe-lafs/deps/) in my top directory, build
> seems to be fine.
> Is this OK?
>
> Thanks,
> --Sid
>
>
>
> On Mon, May 10, 2010 at 8:18 PM, Zooko O'Whielacronx <zookog at gmail.com>
> wrote:
>>
>> On Mon, May 10, 2010 at 9:56 AM, sidsal sal <sidsaleesh at googlemail.com>
>> wrote:
>> >> I am trying to build Tahoe-LAFS, my purpose is to run Tahoe-LAFS in
>> >> server
>> >> mode in Windows.
>> >> I am following the link
>> >> http://allmydata.org/trac/tahoe-lafs/wiki/AdvancedInstall for getting
>> >> my
>> >> build.
>>
>> Did you try
>> http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html
>> first?
>>
>> We've recently added the following text to the top of
>> http://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall :
>>
>> "The quick start docs in docs/quickstart.html are sufficient to get
>> Tahoe-LAFS running on all platforms. This wiki page is only for
>> advanced, optional installation features and you should not read this
>> page if all you want is to get Tahoe-LAFS running. If you have trouble
>> getting it to work by following docs/quickstart.html then please
>> write to the tahoe-dev mailing list and ask for help."
>>
>> Regards,
>>
>> Zooko
>> _______________________________________________
>> tahoe-dev mailing list
>> tahoe-dev at allmydata.org
>> http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
>
>
> _______________________________________________
> tahoe-dev mailing list
> tahoe-dev at allmydata.org
> http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
>
>
More information about the tahoe-dev
mailing list