473,414 Members | 1,772 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,414 software developers and data experts.

path problem with "setup.py bdist"

When I run

python setup.py bdist --format=zip

on Windows 2000, with this setup.py:

from distutils.core import setup
setup(name="test",
version="1.0",
description="blabla",
author="foo",
author_email="bar",
url="no url",
packages=['scmLib.AppDoc', 'scmLib.DDE'],
py_modules=['scmLib.version'],
scripts = ['scmRun.py', 'scmRun.pyw']
)

the zip file has complete path to the files, e.g. (copied from output of
setup.py):
...
adding 'My Documents\Python23\Lib\site-packages\scmLib\version.py'
adding 'My Documents\Python23\Lib\site-packages\scmLib\version.pyc'
adding 'My Documents\Python23\Lib\site-packages\scmLib\__init__.py'
adding 'My Documents\Python23\Lib\site-packages\scmLib\__init__.pyc'
adding 'My Documents\Python23\Lib\site-packages\scmLib\AppDoc\CadEdf.py'
adding 'My Documents\Python23\Lib\site-packages\scmLib\AppDoc\CadEdf.pyc'
adding 'My
Documents\Python23\Lib\site-packages\scmLib\AppDoc\SeatSystem.py'
adding 'My
Documents\Python23\Lib\site-packages\scmLib\AppDoc\SeatSystem.pyc'
...
If I open the zip file this is confirmed. I figure I must be doing something
wrong but what?
Oliver
Jul 18 '05 #1
0 1194

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

Similar topics

4
by: Humpdydum | last post by:
I would like to create a "binary" distribution for Windows, but in zip format, since the installer requires root access. I don't want to use sdist because that includes all the C source and the...
5
by: A. L. | last post by:
Like the title says, my installation of VC# 2005 Beta 2 doesn't seem to have a Setup kind of project available. Actually, except for the Screensaver Starter Kit, it has only four types: Windows...
0
by: Francisco del Valle | last post by:
Hi! When I build a setup.exe of my application with the VS Wizard, how can I add in the last screen two checkboxs with: - Read README.txt - Run "MYAPP" now Thank you
1
by: Rvo | last post by:
Hi all, I have about 10 books about VB.net, but no book explains anything about setup projects. I need to do some things during setup which are not as straight-forward as copying some files and...
5
by: Vijaya P Krishna | last post by:
Hi, I have a .NET Windows Forms application, written in VB.NET and C#. I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat....
0
by: kplkumar | last post by:
Hi I am new to this. I am trying to create a setup project to package our stuff and create an installer. This is what I want to do, I have a directory sructure in which we have our...
0
by: Achim Domma | last post by:
Hi, I try to develop a localized Asp.Net 1.1 application. I have added two resource files to my app, which are called 'Labels.resx' and 'Labels.de.resx'. If I compile the app, I see a 'de'...
3
by: Gina_Marano | last post by:
Hey All, I have created an application and an installer for it using Visual Studios "Setup and Deployment" project template. It works great (for the simplicity that I require) except that it...
0
by: Laurence | last post by:
Hi there, I cannot use "setup /i xx" to install DB2 Client (v9fp2_win_client.zip) on Win XP SP2. The installation process was stopped at the page "Select the languages to install". But use...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.