Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Twisted Non-Admin Installation

Reply
Thread Tools

Twisted Non-Admin Installation

 
 
Kartic
Guest
Posts: n/a
 
      12-26-2004
Hello,

I downloaded the Win32 installer for Twisted 1.3.0, Python 2.3.

The installer, when executed under my login, fails as it requires
administrator rights to install (why they have it as a requirement, I
don't understand).

So I started the installer as the admin user. That too failed because I
have a non-admin install of Python 2.3 on my machine and when I launch
the Twisted installer as admin, it is unable to find a Python
installation for the admin user!

So, can someone let me know how I can install Twisted as a non-admin
user for a non-admin installation of Python? Installing from source is
not an option as I do not have MSVC.

Thank you,
--Kartic

 
Reply With Quote
 
 
 
 
Kartic
Guest
Posts: n/a
 
      12-26-2004
BTW, I googled using some keywords and found nothing that would solve
my problem. I could also not find a searchable version of the twisted
mailing list.

 
Reply With Quote
 
 
 
 
Mike Meyer
Guest
Posts: n/a
 
      12-26-2004
"Kartic" <> writes:

> Hello,
>
> I downloaded the Win32 installer for Twisted 1.3.0, Python 2.3.
>
> The installer, when executed under my login, fails as it requires
> administrator rights to install (why they have it as a requirement, I
> don't understand).
>
> So I started the installer as the admin user. That too failed because I
> have a non-admin install of Python 2.3 on my machine and when I launch
> the Twisted installer as admin, it is unable to find a Python
> installation for the admin user!
>
> So, can someone let me know how I can install Twisted as a non-admin
> user for a non-admin installation of Python? Installing from source is
> not an option as I do not have MSVC.


You can get the MSVC compiler for free, and use that to build from
source. See

http://groups-beta.google.com/group/...f29284d1e031c7

for details.

<mike
--
Mike Meyer <> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
 
Reply With Quote
 
Kartic
Guest
Posts: n/a
 
      12-26-2004
Thanks. Does this mean I have to upgrade python 2.3.3 to python 2.4 in
order to get this working?

 
Reply With Quote
 
Mike Meyer
Guest
Posts: n/a
 
      12-26-2004
"Kartic" <> writes:

> Thanks. Does this mean I have to upgrade python 2.3.3 to python 2.4 in
> order to get this working?


Whoops. Yeah, the instruction are for using MSVC 7.1, which is what
2.4 is build with. 2.3.x is built with MSVC 6.x. That's no longer even
commercially available.

There may be a way to do what you want without upgrading the
python. I'm not a Windows user, but happened to note that URL in
passing, and posted it to be helpful. I'd wait until after the holiday
to see if anyone has instructions that avoid having to upgrade Python
unless you want to upgrade anyway. Doing so will require rebuilding
all your .dll extensions, though. At least - on Unix upgrading from
2.x to 2.(x+1) requires reinstalling all extensions.

<mike
--
Mike Meyer <> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
 
Reply With Quote
 
Kartic
Guest
Posts: n/a
 
      12-26-2004
Mike - I took the lazy route out.

Since the Twisted installer complained about not finding python for
admin, I exported the registry keys that Python installed my userid and
imported those registry entries back under the admin login. This made
it appear that there was indeed a Python install under admin.

Twisted bought that and installed as Admin!

(Though I am not entire happy about installing it as admin, this should
do it for now)

Thank you for your efforts to help.
--Kartic

 
Reply With Quote
 
Rob Williscroft
Guest
Posts: n/a
 
      12-26-2004
Kartic wrote in news: ups.com
in comp.lang.python:

> Hello,
>
> I downloaded the Win32 installer for Twisted 1.3.0, Python 2.3.
>
> The installer, when executed under my login, fails as it requires
> administrator rights to install (why they have it as a requirement, I
> don't understand).
>
> So I started the installer as the admin user. That too failed because I
> have a non-admin install of Python 2.3 on my machine and when I launch
> the Twisted installer as admin, it is unable to find a Python
> installation for the admin user!
>
> So, can someone let me know how I can install Twisted as a non-admin
> user for a non-admin installation of Python? Installing from source is
> not an option as I do not have MSVC.
>


Logon as Administrator, add yourself to the Administrators group
logon as yourself, install twisted. Then remove yourself from
the Administrators group.

This should let you install, but wether it leaves twisted in a
usable (by a non administrator) state, I don't know.

Also AIUI twisted have a mailing list of there own, the link

http://twistedmatrix.com/cgi-bin/mai...twisted-python

is on there home page: http://twistedmatrix.com

Rob.
--
http://www.victim-prime.dsl.pipex.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent : Direct Client is looking for Informatica Admin &Developer(Admin must) sarah Fernandes Java 0 11-01-2010 04:03 PM
Re: [Twisted-Python] Re-working a synchronous iterator to use Twisted Jean-Paul Calderone Python 0 06-17-2008 10:14 PM
Rails: generate scaffold Product Admin overwrites admin pages Phlip Ruby 1 09-15-2006 09:40 PM
Re: [Twisted-Python] twisted.web2 and blank values in POST Jean-Paul Calderone Python 0 09-13-2006 03:49 PM
Re: [Twisted-Python] twisted.web2 and blank values in POST Jean-Paul Calderone Python 0 09-13-2006 03:44 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57