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

What build tool do you prefer for python files?

1
I want to build python software and applications. What build tool do you think i should use?Please Help Me!!!!!!!!!
Mar 29 '08 #1
5 1384
Smygis
126 100+
Build? Like in compile? Or like in develop?
Mar 29 '08 #2
Build? Like in compile? Or like in develop?
Is there any tool to get an compiled python file ? cause i believed that the python interpreter takes care of that.
Mar 31 '08 #3
jlm699
314 100+
Google py2exe, it's a very simple to use utility to create executable files from your python scripts.
Mar 31 '08 #4
I want to build python software and applications. What build tool do you think i should use?Please Help Me!!!!!!!!!
Python is not a compiled language ... so if you are saying 'build' in that sense then
there is nothing needed to 'build' python software. Its like scripting .. its interpreted at run time. If you are looking to build applications that can be executed with the mouse (double-clicked) then try py2exe (windows) or py2app (macosx) ... these are great for making your python program into a stand-alone program. If you are looking for something (text editor) just to write the programs in then there is the 'IDLE' interface which is fairly easy to manage (like notepad but with syntax highlighting and an option to 'run' the script) ... but I just use 'vi' ... it takes a bit of work to learn the keystrokes though .... others prefer 'emacs' .... again its like notepad but you can't
run the script from within the editor (unlike IDLE).

Hope this helps,
Mar 31 '08 #5
I use pyinstaller to build my python scripts. I wrote a python IDE a few months ago which has an automated spec and exe builder built into it, very easy to use, I still haven't gotten around to finishing it yet. I'll have a root around my harddrive for it and post it here later.

but yeah python is a scripting language, if you are looking to build small fast compact applications you want to distribute, I suggest you try a statically typed language like C++ or C# or if you want something more python like try http://boo.codehaus.org/
Apr 3 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a...
2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
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
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...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.