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

Installing a python program without full distribution - minimal requirements...

Hi,

I need to add a python program (web updater+extras) with a window application.
The same thing as the Online Lord of the Ring game (http://lotrtcg.decipher.com/).
When you install their application, it create a subdirectory with very few python files*.dll,*.pyd,*.pyc.:

_socket.pyd
_sre.pyd
_tkinter.pyd
(laucher.pyc)
(lotrotcglaucher.exe)
python22.dll
PyWinTypes22.dll
tcl83.dll
tk83.dll
win32api.pyd
xlib.pyd
_MEI\...

Context: I want to add some python capabilities to my application, but not force the user to install the full python distro.
Questions:
1- Are these files sufficient? (Too simple to be true!)
2- Is their some registry/path entries do perform to setup a minimal python runtime?

Other ideas, examples of how to do it in a simple way?

Thanks
AL

Jul 18 '05 #1
2 2315
Take a look at http://py2exe.sourceforge.net/

"jeuxal com" <in********@citenet.net> wrote in message news:<c1***********@cti15.citenet.net>...
Hi,

I need to add a python program (web updater+extras) with a window
application.
The same thing as the Online Lord of the Ring game
(http://lotrtcg.decipher.com/).
When you install their application, it create a subdirectory with very
few python files*.dll,*.pyd,*.pyc.:

socket.pyd
sre.pyd
tkinter.pyd
(laucher.pyc)
(lotrotcglaucher.exe)
python22.dll
PyWinTypes22.dll
tcl83.dll
tk83.dll
win32api.pyd
xlib.pyd
MEI\...

Context: I want to add some python capabilities to my application, but
not force the user to install the full python distro.
Questions:
1- Are these files sufficient? (Too simple to be true!)
2- Is their some registry/path entries do perform to setup a minimal
python runtime?

Other ideas, examples of how to do it in a simple way?

Thanks
AL

--

Jul 18 '05 #2
"jeuxal_com" <in********@citenet.net> wrote in message
news:c1***********@cti15.citenet.net...
Hi,

I need to add a python program (web updater+extras) with a window
application.
The same thing as the Online Lord of the Ring game
(http://lotrtcg.decipher.com/).
When you install their application, it create a subdirectory with very few
python files*.dll,*.pyd,*.pyc.:
<snip>
==========
Google for py2exe or McMillan Installer. These utilities will zip your
Python code plus these needed dll's, etc. into a free-standing .EXE file.

-- Paul
Jul 18 '05 #3

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

Similar topics

2
by: jeuxal_com | last post by:
Hi, I need to add a python program (web updater+extras) with a window application. The same thing as the Online Lord of the Ring game lotrtcg.decipher.com. When you install their application,...
0
by: Jeffrey Barish | last post by:
I have been developing a Python program with two intercommunicating (using sockets) parts, one of which runs on a desktop and the other on a PDA. For ease of development, I developed them both on...
7
by: Edward Diener | last post by:
I can install Python 2.4 on the Fedora 3 Linux system, but after I do a number of Linux utilities and commands, like yum, stop working because they were dependent on the Python 2.3 installation....
4
by: Bucco | last post by:
I installed python 2.5b3 on my windows XP sp2 box without any issues. I can double click the python program, and idle comes up in the command line window. However when I run python from the...
5
by: Cappy2112 | last post by:
I've just started a job which has a massive python2.3.4-centric tools installation and configuration. I know what you're going to say, but I can't upgrade and be the only one with a newer...
7
by: analfabete | last post by:
Hi, I begin in python program and I would like to know how I can do to integrate Internet Explorer into my python program without titlebar statusbar etc... Just with the main windows (windows which...
2
steve25
by: steve25 | last post by:
How can i install adobe flash player without admin privlages?
5
by: jgelfand | last post by:
I'm installing Python 2.4.4 on a CentOS release 4.6 (Final) 64-bit machine. Running "./configure --prefix="/ usr/local/yosi/ciao-4.0/ots" --enable-shared" appears to be fine, but I get the...
8
by: karthikbalaguru | last post by:
Hi, One of my python program needs tkinter to be installed to run successfully. I am using Redhat 9.0 and hence tried installing by copying the tkinter-2.2.2-36.i386.rpm alone from the CD 3 to...
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:
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
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
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,...

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.