[python] Re: self center program
- From: jens <jkoechling@xxxxxx>
- To: python@xxxxxxxxxxxxx
- Date: Mon, 12 Jun 2006 00:32:39 +0200
i tried it with amd64 linux (ubuntu) and installed mono 2.0. i also
needed to install libgdiplus.
now i get the following error messages:
----------------
jens@jensubuntu:~/Desktop/SelfCenter/bin/Debug$ mono pythoncalc.exe
** (pythoncalc.exe:8385): WARNING **: The class
System.Windows.Forms.ToolStripContainer could not be loaded, used in
System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
Mono System.Windows.Forms Assembly [$auto_build_revision$]
Keyboard: German keyboard layout
Gtk colorscheme read
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Stacktrace:
in SelfCenter.Form1:.ctor () <0xffffffffffffffff>
in SelfCenter.Form1:.ctor () <0x38>
in (wrapper remoting-invoke-with-check) SelfCenter.Form1:.ctor ()
<0xffffffffffd8de8d>
in SelfCenter.Program:Main () <0x2d>
in (wrapper runtime-invoke) System.Object:runtime_invoke_void
(object,intptr,intptr,intptr) <0x6ac857ab>
Native stacktrace:
/usr/lib/libmono.so.0(mono_handle_native_sigsegv+0xa0)
[0x2aaaaac565e0]
/usr/lib/libmono.so.0 [0x2aaaaac19be8]
/lib/libpthread.so.0 [0x2aaaab4874d0]
/usr/lib/libmono.so.0(mono_class_from_mono_type+0xe)
[0x2aaaaacf388e]
[0x7fffffc3a740]
Aborted
----------------
bye,
jens
Jürgen Mages schrieb:
Thanks Dirk,
I tested your program under Windows XP.
Without the .NET framework the error message
is "Anwendung konnte nicht initialisiert werden".
After downloading and installing the .NET framework
(22 MB) the program runs flawlessly and looks very
elaborate to me. When I find more time to play around
with it, I can tell you more.
I think the program should also run under Linux and Mac OS
with Mono http://www.mono-project.com/Downloads
Thanks again Dirk for your contribution.
Cheers,
Jürgen.
============================================================
This is the Python Mailinglist
http://www.freelists.org/list/python
Listmaster: Jürgen Mages jmages@xxxxxx
To unsubscribe send an empty mail to python-request@xxxxxxxxxxxxx
with 'unsubscribe' in the subject field.
============================================================
============================================================
This is the Python Mailinglist
http://www.freelists.org/list/python
Listmaster: Jürgen Mages jmages@xxxxxx
To unsubscribe send an empty mail to
python-request@xxxxxxxxxxxxx
with 'unsubscribe' in the subject field.
============================================================
- Follow-Ups:
- [python] Re: self center program
- From: Dirk Bonné
- References:
- [python] self center program
- From: Dirk Bonné
- [python] Re: self center program
- From: Jürgen Mages
Other related posts:
- » [python] self center program
- » [python] Re: self center program
- » [python] Re: self center program
- » [python] Re: self center program
- » [python] Re: self center program
- » [python] Re: self center program
Thanks Dirk,
I tested your program under Windows XP. Without the .NET framework the error message is "Anwendung konnte nicht initialisiert werden".
After downloading and installing the .NET framework (22 MB) the program runs flawlessly and looks very elaborate to me. When I find more time to play around with it, I can tell you more.
I think the program should also run under Linux and Mac OS with Mono http://www.mono-project.com/Downloads
Thanks again Dirk for your contribution.
Cheers, Jürgen. ============================================================
This is the Python Mailinglist
http://www.freelists.org/list/python
Listmaster: Jürgen Mages jmages@xxxxxx
To unsubscribe send an empty mail to python-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field.
============================================================
============================================================
- [python] Re: self center program
- From: Dirk Bonné
- [python] self center program
- From: Dirk Bonné
- [python] Re: self center program
- From: Jürgen Mages