[C++-sig] help

AnToine van Maarle AnToine at alexion.nl
Fri Jun 4 18:38:15 CEST 2004


ok

-----Oorspronkelijk bericht-----
Van: c++-sig-bounces at python.org
[mailto:c++-sig-bounces at python.org]Namens c++-sig-request at python.org
Verzonden: vrijdag 4 juni 2004 18:05
Aan: c++-sig at python.org
Onderwerp: C++-sig Digest, Vol 11, Issue 4


Send C++-sig mailing list submissions to
	c++-sig at python.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.python.org/mailman/listinfo/c++-sig
or, via email, send a message with subject or body 'help' to
	c++-sig-request at python.org

You can reach the person managing the list at
	c++-sig-owner at python.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of C++-sig digest..."


Today's Topics:

   1. software (rutt at 168-226-10-180.speedy.com.ar)
   2. Pyste exception handlers (paul.bridger)
   3. (no subject) (AnToine van Maarle)
   4. Re: (no subject) (Rene Rivera)


----------------------------------------------------------------------

Message: 1
Date: Fri, 04 Jun 2004 14:16:17 +0000
From: rutt at 168-226-10-180.speedy.com.ar
Subject: [C++-sig] software
To: C++-sig <c++-sig at python.org>
Message-ID: <LLK4G1HK2K4LAK8E at 168-226-10-180.speedy.com.ar>
Content-Type: text/plain

Microsoft Windows XP Professional 2002 
Retail price: $270.99 Our low Price: $50.00 You Save: $220.00  
 
Adobe Photoshop 7.0  
Retail price: $609.99 Our low Price: $60.00 You Save: $550.00  
 
Microsoft Office XP Professional 2002  
Retail price: $579.99 Our low Price: $60.00 You Save: $510.00  
 
Adobe Illustrator 10
Retail price: $270.99 Our low Price: $60.00 You Save: $210.00  
 
Corel Draw Graphics Suite 11
Retail price: $270.99 Our low Price: $60.00 You Save: $210.00  

Delphi 7
Retail price: $404.99 Our low Price: $60.00 You Save: $335.00  
 

And more!!!


Why so cheap?

All the software is OEM- Meaning that you don't get the box and the
manual with your software. All you will receive is the actual
software and your unique registration code. 

All the software is in the English language for PC. Our offers
are unbeatable and we always update our prices to make sure we
provide you with the best possible offers. Hurry up and place
your order, because our supplies are limited.


Our site is  http://HEEHLM.biz/OE017/?affiliate_id=233763&campaign_id=601

uns * ub - scribe http://NANNEH.biz/diamondtron.php?affiliate_id=233763&campaign_id=601


vrnnhidj xwrrg vdjyunu vtfwj clctknd ddqj lvujrl 
cztf ihaxbvg hrqje trotwrln dyiy icjkbtq 
kaqibmo ifh tjal zitrvwv ugtdt e ojxhv 




------------------------------

Message: 2
Date: Fri, 04 Jun 2004 16:23:25 +1200
From: "paul.bridger" <paul.bridger at paradise.net.nz>
Subject: [C++-sig] Pyste exception handlers
To: Development of Python/C++ integration <c++-sig at python.org>
Message-ID: <40BFF93D.7030506 at paradise.net.nz>
Content-Type: text/plain; format=flowed; charset=us-ascii

Nicodemus,

How would you recommend exception handler registration be implemented in Pyste?

A problem here would be what to do in the differing cases of:
- building a single pyste file into a module
: in this case specifying exception handlers in the pyste file is sufficient
- building many pyste files into a single module
: in this case you probably want exception handlers to be specified in a 
module-level file, or perhaps you could put them in an arbitrary pyste file

I think Pyste has some deficiencies in organising modules from multiple 
files. It is wonderful that this can be done, but I don't like that so much 
has to be specified on the command-line (and that the meaning of command-line 
options changes depending on --multiple or not).

I think a better organisation would involve a module-level file, which could 
then contain such things as exception handlers. This would also make building 
modules out of several pyste files cleaner. (A disadvantage is that it 
expands the scope of the tool into something of a build tool).
What do others think?

Paul Bridger



------------------------------

Message: 3
Date: Fri, 4 Jun 2004 14:35:43 +0200
From: "AnToine van Maarle" <AnToine at alexion.nl>
Subject: [C++-sig] (no subject)
To: <c++-sig at python.org>
Message-ID:
	<F152FBD2CB1A1C4DB2E04BD0CBF31E220C7834 at w2000srv.alexion.lokaal>
Content-Type: text/plain;	charset="iso-8859-1"

Hi folks,

I don't realy kno if this is the correct mailinglist, but as far as I can see you work with c++ and this error message is a c++ something, maybe one of you can help, please?

Thanx

AnToine

====================== error message ====================================

C:\Program Files\Alexion Software\Relation Manager\program>arm.exe 
Extracting binaries
C:\Program Files\Alexion Software\Relation Manager\program\python23.dll
Manipulating evironment
PYTHONPATH=C:/Program Files/Alexion Software/Relation Manager/program
importing modules from CArchive
iu
archive
Installing import hooks
out1.pyz
Running scripts
bin\buildstdapp\out1.pyz/fcntl:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl
Traceback (most recent call last):
  File "<string>", line 90, in ?
  File "bin\buildstdapp\out1.pyz/wxPython.wx", line 1957, in __init__
  File "<string>", line 66, in OnInit
  File "bin\buildstdapp\out1.pyz/pynx.gui.frame", line 97, in __init__
  File "bin\buildstdapp\out1.pyz/wxPython.stattool", line 227, in Realize
wxPython.wxc.wxPyAssertionError: C++ assertion "wxAssertFailure" failed in e:\Pr
ojects\wx2.4\src\msw\tbar95.cpp(582): invalid tool button bitmap
 RC: -1 from main
OK.
23:02:35: Debug: e:\Projects\wx2.4\src\msw\app.cpp(407): 'UnregisterClass(MDI parent)' failed with error 0x00000584 (de klasse heeft nog geopende vensters.).






------------------------------

Message: 4
Date: Fri, 04 Jun 2004 09:53:58 -0500
From: Rene Rivera <grafik.list at redshift-software.com>
Subject: Re: [C++-sig] (no subject)
To: Development of Python/C++ integration <c++-sig at python.org>
Message-ID: <40C08D06.6000105 at redshift-software.com>
Content-Type: text/plain; charset=us-ascii; format=flowed

AnToine van Maarle wrote:
> Hi folks,
> 
> I don't realy kno if this is the correct mailinglist, but as far as I
> can see you work with c++ and this error message is a c++ something,
> maybe one of you can help, please?

That looks like a wxWidgest error. Ask on the wx-users or wx-dev 
lists... See: wxwidgets.org for details.


-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq



------------------------------

_______________________________________________
C++-sig mailing list
C++-sig at python.org
http://mail.python.org/mailman/listinfo/c++-sig


End of C++-sig Digest, Vol 11, Issue 4
**************************************




More information about the Cplusplus-sig mailing list