473,387 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Twisted Non-Admin Installation

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

Jul 18 '05 #1
6 2328
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.

Jul 18 '05 #2
"Kartic" <ka******************@gmail.com> 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 <mw*@mired.org> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Jul 18 '05 #3
Thanks. Does this mean I have to upgrade python 2.3.3 to python 2.4 in
order to get this working?

Jul 18 '05 #4
"Kartic" <ka******************@gmail.com> 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 <mw*@mired.org> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Jul 18 '05 #5
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

Jul 18 '05 #6
Kartic wrote in news:11*********************@c13g2000cwb.googlegro 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/
Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Paul Moore | last post by:
I hit a problem yesterday with my mail connection. In a desparate attempt to understand what was going on, I wanted to log the connection traffic. After a bit of searching, I found a post on c.l.p...
1
by: Fazer | last post by:
Hello, I am very interested in fooling around with Twisted Matrix's HTTP Web Server. I was thinking if .rpy scripts would run much faster than traditional CGI scripts? After looking how...
0
by: Guyon Morée | last post by:
Hi all, Below this message you can see my code. It is a modified version of the twisted xml-rpc server examples. I am trying to figure out how to implement non-blocking methods. I found out that...
2
by: Mark Carter | last post by:
I'm trying to create a mail server in Twisted. I either get SMTPSenderRefused or SMTPException: SMTP AUTH extension not supported by server. What do I need to do to get it to work?
11
by: mir nazim | last post by:
hi, i m planning to start writing intranet applications and want ur real cool advices for choosing the correct platform. the choice is between the three: 1. Twisted 2. Medusa 3. Zope (i do...
3
by: Rico Huijbers | last post by:
Does anybody have experience in writing Jabber clients with Twisted? I came across a simple sample, and tried to build out from it, but for some reason it's barely working. When I run the...
2
by: Taki Jeden | last post by:
Hi Anybody used wxPython with twisted? I started putting together a Twisted-based app with wx GUI, and the widgets just don't work - some controls do not show up etc. - at least on my system....
3
by: Y2KYZFR1 | last post by:
need some help getting started, it is just a "little" confusing on where to actually start. I want to write a turn based board game using Twisted as the networking layer. I just need a kind of...
2
by: SeSe | last post by:
Hi, I am new to Twisted. I use a Twisted 1.3.0 on MS Windows XP Home Edition, my python version is 2.3 I try the TCP echoserv.py and echoclient.py example. But the client always fail with...
0
by: Ladislav Andel | last post by:
Hi, I'm writing an application which will be periodically testing servers. I will have a global list of these servers(domain names) and need to do few tasks. 1) DNS checks - I will use...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.