473,385 Members | 2,005 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,385 software developers and data experts.

EasyInstall under Windows - strange behaviour

Hello all,
i try to install ZSI under python 2.5 and windows 2000.
I Downloaded the egg and tried the following

c:\Python25\Scripts>easy_install.exe c:\download\ZSI-2.0_rc3-py2.5.egg

The result is that pythonwin pops up and shows the file :
c:\Python25\Scripts\easy_install-script.py :
----------------------------
!C:\Python25\Lib\site-packages\pythonwin\Pythonwin.exe
# EASY-INSTALL-ENTRY-SCRIPT:
'setuptools==0.6c3','console_scripts','easy_instal l'
__requires__ = 'setuptools==0.6c3'
import sys
from pkg_resources import load_entry_point

sys.exit(
load_entry_point('setuptools==0.6c3', 'console_scripts',
'easy_install')()
)
----------------------------

What is going on here ?
I presume that there are some trivial things I don't understand, can
someone provide apointer or hint ?

Thank you for your time !

Norbert

Nov 30 '06 #1
2 1668

Norbert wrote:
Hello all,
i try to install ZSI under python 2.5 and windows 2000.
I Downloaded the egg and tried the following

c:\Python25\Scripts>easy_install.exe c:\download\ZSI-2.0_rc3-py2.5.egg

The result is that pythonwin pops up and shows the file :
c:\Python25\Scripts\easy_install-script.py :
----------------------------
!C:\Python25\Lib\site-packages\pythonwin\Pythonwin.exe
# EASY-INSTALL-ENTRY-SCRIPT:
'setuptools==0.6c3','console_scripts','easy_instal l'
__requires__ = 'setuptools==0.6c3'
import sys
from pkg_resources import load_entry_point

sys.exit(
load_entry_point('setuptools==0.6c3', 'console_scripts',
'easy_install')()
)
----------------------------

What is going on here ?
I presume that there are some trivial things I don't understand, can
someone provide apointer or hint ?

Thank you for your time !

Norbert
I'm no expert, but it sounds like you associated the .py file extension
with the pythonwin program, so that's what's being used to open it
(instead of the desired python.exe). See
http://support.microsoft.com/kb/320033 for more information.

hth,
Don

Nov 30 '06 #2

th*********@gmail.com schrieb:
>
I'm no expert, but it sounds like you associated the .py file extension
with the pythonwin program, so that's what's being used to open it
(instead of the desired python.exe). See
http://support.microsoft.com/kb/320033 for more information.

hth,
Don
Thank you for the tip, but I checked this and this is not the case.

I presume that I missed a step in the ez_setup process.

Thanks again

Norbert

Dec 1 '06 #3

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

Similar topics

0
by: Daniel O'Brien | last post by:
Hi - any help with this would be greatly appreicated - it has already had me confused for a good few hours! I am using Visual Studio 2003 and the .NET framework 1.1. I have a C# Windows...
2
by: Paul Drummond | last post by:
Hi all, I am developing software for Linux Redhat9 and I have noticed some very strange behaviour when throwing exceptions within a shared library. All our exceptions are derived from...
6
by: Edd Dawson | last post by:
Hi. I have a strange problem involving the passing of command line arguments to a C program I'm writing. I tried posting this in comp.programming yesterday but someone kindly suggested that I'd...
31
by: DeltaOne | last post by:
#include<stdio.h> typedef struct test{ int i; int j; }test; main(){ test var; var.i=10; var.j=20;
4
by: reachsamdurai | last post by:
Hello, Can you please let me know the procedure to reach db2 command prompt from a cygwin window (hence without using Start-> Run -> db2cmd method). I'm planning to write shell scripts which...
1
by: Andrew Brook | last post by:
Hi everyone, I've developed a web based tool which requires windows authentication. Accessing the tool after opening a browser is fine, but when left idle for 10 minutes or so, when i go back to...
8
by: Dox33 | last post by:
I ran into a very strange behaviour of raw_input(). I hope somebody can tell me how to fix this. (Or is this a problem in the python source?) I will explain the problem by using 3 examples....
173
by: Ron Ford | last post by:
I'm looking for a freeware c99 compiler for windows. I had intended to use MS's Visual C++ Express and use its C capability. In the past with my MS products, I've simply needed to make .c the...
3
by: Max Vit | last post by:
I have come across a strange issue whilst trying to use a shell command call from Access and have spent some time trying to figure this out but can't find the cause as yet. The issue is: I need...
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.