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

Begginer question about py install

During my setup install of python, I came across an option stating...
Compile python files to, .pyc

I left it unchecked for now, should I of done otherwise??

As I am a begginer to this, I didn't no if it was a needed option to be
checked or otherwise.

I assume by compiling the python files to pyc they would run that little bit
faster??

M.B
--
*************
The Imagination may be compared to Adam's dream-
he awoke and found it truth.
John Keats.
*************
Jul 18 '05 #1
4 1623
Also PyWin32 the latest version or build, will not install with the latest
version of python, it requires 2.2 version of python, while the latest v of
python is 2.3. :(

M.B
Jul 18 '05 #2
Player wrote:
During my setup install of python, I came across an option stating...
Compile python files to, .pyc
I left it unchecked for now, should I of done otherwise??
Generally no biggie one way or another. If the python directories are
only admin (or root or...) writable, this is a good idea. Otherwise,
the first use of any module will do the compile, and all subsequent
uses will use that result.
I assume by compiling the python files to pyc they would run that little bit
faster??


They always get compiled, and the results of the compilation are stored
in either .pyc or .pyo files, if the write doesn't fail. Whether the
write fails or not, the compiled code is used.

-Scott David Daniels
Sc***********@Acm.Org
Jul 18 '05 #3
Player wrote:
Also PyWin32 the latest version or build, will not install with the latest
version of python, it requires 2.2 version of python, while the latest v of
python is 2.3. :(

M.B

You probably just grabbed the wrong version. Note that build numbers are
now the same for all, but for Python 2.3.x you need:

http://prdownloads.sourceforge.net/p...3.exe?download
HTH,

--
Vincent Wehren
Jul 18 '05 #4

"vincent wehren" <vi*****@visualtrans.de> wrote in message
news:cg**********@news1.tilbu1.nb.home.nl...
: Player wrote:
:
: > Also PyWin32 the latest version or build, will not install with the
latest
: > version of python, it requires 2.2 version of python, while the latest v
of
: > python is 2.3. :(
: >
: > M.B
: >
: >
: You probably just grabbed the wrong version. Note that build numbers are
: now the same for all, but for Python 2.3.x you need:
:
:
http://prdownloads.sourceforge.net/p...3.exe?download
:
:
: HTH,
:
: --
: Vincent Wehren
Cheers, yeah I realised after someone told me about the different releases,
what I had done.
D'OH!!

Thanks anyways..
M.B
Jul 18 '05 #5

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

Similar topics

4
by: Louise Woodward | last post by:
I am looking for some beginner guide for someone to learn asp - tutorials, examples etc Thanks -- Louise Woodward Opal Telecom Application Team Irlam
2
by: Emmie | last post by:
hi, i wanted to display the value of my textbox into my msgbox. does anyone know the correct code for this? i have tried..... MessageBox.Show("You are about to insert the product:...
9
by: gor | last post by:
I would like to find out how javascript can change some text (string) inside <DIV> tag with event onClick. That i want to solve with function callWrite(); ... so you can see in the code. The thing...
6
by: RobcPettit | last post by:
HI, please forgive this question. Im new to c# and as you probably seen from prev questions Ive got along way to go. Ive been woking my way through a couple of books, asking questions here and Id...
2
by: thecamisland | last post by:
Hello, I'm a begginer. Is this going to work? Dim fm As FirstMenu Class TransHeadInfo Public Function Validate() As Boolean ... fm.Show() ...
11
by: srenusa | last post by:
hi, I am quite new to c++ programming and I would need some help with my college assigment: write a program which reads input c++ file and removes commentary. The commentary can be oneline(//) and...
13
by: deshix | last post by:
Hi everyone, can you recommend me the best way to learn the PHP? I'm really begginer...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.