473,289 Members | 1,923 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,289 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 1184

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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.