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

Windows PE and Python 2.6 (Side-by-Side error)

Hallo,
I like Python 2.6 and I like to use it anywhere, even within Windows PE.

In former version of Python (<= 2.5.x) it was easy to bring it to a
Windows PE system: Install Python to Windows XP or Vista and (robo-)
copy the whole directory off Python (and all sub directories) to the
Windows PE system, adapt the path and it works.

With Python 2.6 I receive errors in the kind of '''Error: The
Side-by-Side configuration information in
"d:\4_debug\python26\PYTHON.EXE" contains errors. The application has
failed to start because its side-by-side configuration is incorrect.
Please see the application event log for more detail (14001).
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.'''

What I did: I copied all DLLs which DEPWALK found to C:\Python26, but
the error remained...

Has anyone an idea?
Thank you in advance
Werner
Nov 14 '08 #1
2 4702
Has anyone an idea?

You should not install "for all users" before copying it,
but "just for me".

Regards,
Martin
Nov 14 '08 #2

"Werner Merkl" <We**********@fujitsu-siemens.comwrote in message
news:gf**********@nntp.fujitsu-siemens.com...
Hallo,
I like Python 2.6 and I like to use it anywhere, even within Windows PE.

In former version of Python (<= 2.5.x) it was easy to bring it to a
Windows PE system: Install Python to Windows XP or Vista and (robo-)
copy the whole directory off Python (and all sub directories) to the
Windows PE system, adapt the path and it works.

With Python 2.6 I receive errors in the kind of '''Error: The
Side-by-Side configuration information in
"d:\4_debug\python26\PYTHON.EXE" contains errors. The application has
failed to start because its side-by-side configuration is incorrect.
Please see the application event log for more detail (14001).
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.'''

What I did: I copied all DLLs which DEPWALK found to C:\Python26, but the
error remained...

Has anyone an idea?
Thank you in advance
Werner
--
http://mail.python.org/mailman/listinfo/python-list
You'll need to install the Microsoft C runtime redistributables. An
installer to do this is buried in Microsoft Visual Studio 2008. The are
installed to the C:\Windows\WinSxS subdirectory. Take a look at this
directory and see if Microsoft really has solved "DLL Hell".

-Mark
Nov 15 '08 #3

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

Similar topics

0
by: Bruce Davis | last post by:
I'm having a problem on windows (both 2000 and XP) with a multi-threaded tkinter gui application. The problem appears to be a deadlock condition when a child thread pops up a Pmw dialog window in...
0
by: Sebastien de Menten | last post by:
I am trying to use ScriptControl under Excel (Windows XP) with the code: Global sc As New MSScriptControl.ScriptControl Public Function os_getcwd() sc.Language = "python" sc.ExecuteStatement...
0
by: fanbanlo | last post by:
Does any one has pygdchart compiled for Windows Python 2.4?? (.pyc file?) http://www.nullcube.com/software/pygdchart.html only has binary for Windows Python 2.3 and older... :( I tried...
35
by: Michael Kearns | last post by:
I've been using python to write a simple 'launcher' for one of our Java applications for quite a while now. I recently updated it to use python 2.4, and all seemed well. Today, one of my...
3
by: yaffa | last post by:
hey folks i get this error: Python interpreter error: unsupported operand type(s) for |: when i run this line of code: for incident in bs('tr', {'bgcolor' : '#eeeeee'} | {'bgcolor' :...
11
by: Lonnie Princehouse | last post by:
>From the cmd shell on both Windows 2k and XP, I'm getting this weird syntax error in conjunction with the unbuffered flag. It works fine without -u. Has anyone else encountered it? This didn't...
15
by: Brian Blais | last post by:
Hello, Are there any recommendations for which Windows python version to use? I'd like to see a pros-and-cons description of each, given that different uses might dictate different versions. ...
3
by: kernel1983 | last post by:
when I type command below in windows python: import curses it gives the error msg! It can't find _curses.pyd Is this a bug?
6
by: JW | last post by:
I have a lousy little Python extension, generated with the generous help of Pyrex. In Linux, things are simple. I compile the extension, link it against some C stuff, and *poof*! everything...
1
by: NoName | last post by:
I want continuie this topic...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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.