Hi,
We are getting the following error during a 'make' process on a CentOS
release 5.4 system:
Running mkfontdir...
Creating SELinux policy...
/usr/bin/python: error while loading shared libraries:
libpython2.4.so.1.0: cannot open shared object file: No such file or
directory
However, we
I just tried python first time.
2/3
the result is zero
I want the result to be .333...
How do I get this?
Thanks a lot
L
--
http://mail.python.org/mailman/listinfo/python-list
> Step 4: Either wait for Python 2.7 or apply the patch to your own copy
> of zipfile ...
Actually, this is released in Python 2.6, see r62724.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
Is there any other edition of Python for Palm OS instead of Pippy?
--
http://mail.python.org/mailman/listinfo/python-list
I have type variable which may have been set to 'D' or 'E'
Now, which one of following statements are more efficient
if type =='D' or type == 'E':
or
if re.search("D|E", type):
Please let me know because the function is going to called 10s of millions
of times.
Thanks
Kilo
--
http://mail.pyt
On Feb 6, 6:09 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Tue, 05 Feb 2008 22:34:59 -0200, E-Lo <[EMAIL PROTECTED]> escribió:
>
> > How can I start a file (on Windows) with the associated program,
>
> http://docs.python.org/lib/os-process.html
Hello all,
How can I start a file (on Windows) with the associated program,
Like if I want to open a bmp file, I want to to be shown in the
program that all bmp files are associated with.
I need a python code to do this.
Thanks,
--
http://mail.python.org/mailman/listinfo/python-list
> So I decided to download and build the debug version of python2.5.1/
> As it seems I also need to compile all relevant extension modules
> (*.pyd) in debug as well - is this correct?
That's correct.
> I tried to change the code above (just for fun) so in both cases i'll
> use python25.lib and i
Allen schrieb:
> My C extension works wrong, and debug it, found that sizeof (INT64) =
> 4, not 8.
> I compile on Windows XP platform.
> Please tell me how to fix it to support INT64?
What *is* INT64? It's not a builtin type of standard C, it isn't
defined by Microsoft C, and it isn't predefined b
人言落日是天涯,望极天涯不见家 schrieb:
> Who could explain the follow issue ?
print u'\u0394'
> Δ
print u'\u20ac'
> Traceback (most recent call last):
> File "", line 1, in
> UnicodeEncodeError: 'gbk' codec can't encode character u'\u20ac' in
> position 0:
> illegal multibyte sequence
>
> My termi
> yes, it could print to the terminal(cmd.exe), but when I write these
> string to file. I got the follow error:
>
> File "E:\Tools\filegen\filegen.py", line 212, in write
> self.file.write(data)
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u0394' in
> position 0
> : ordinal
人言落日是天涯,望极天涯不见家 schrieb:
> I lookup the utf-8 form of delta from the link.
> http://www.fileformat.info/info/unicode/char/0394/index.htm
>
> and then I want to print it in the python ( I work under windows)
>
> #!/usr/bin/python
> #coding=utf-8
>
> print "\xce\x94"
>
> but the result is not the
人言落日是天涯,望极天涯不见家 schrieb:
> I'm a python newbie. It seems the slice operation will do copy.
> for example:
a = [1,2,3,4,5,6,7,8,9,0]
b = a[7:]
b
> [8, 9, 0]
a.remove(9)
a
> [1, 2, 3, 4, 5, 6, 7, 8, 0]
b
> [8, 9, 0]
>
> if the list have large members, the slice operatio
Thanks for the answer.
I will try the method you talked about.
For the moment, I am creating a new sizer and new panel
and call the SetSizer(...) and SetAutoLayout(...)
but this is not satisfying me.
Loïc
"F. GEIGER" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> wxWindow h
14 matches
Mail list logo