Re: This seems to crash my program and gives me errors on the#include statements

2006-09-04 Thread Anthra Norell
my program and gives me errors on the#include statements > #import se > > # se available at http://cheeseshop.python.org/pypi/SE/2.2%20beta > > looks like it is the se beta.. I didn't get any kind of error or > traceback that would tell me that though.. > > &

Re: This seems to crash my program and gives me errors on the #include statements

2006-09-04 Thread [EMAIL PROTECTED]
#import se # se available at http://cheeseshop.python.org/pypi/SE/2.2%20beta looks like it is the se beta.. I didn't get any kind of error or traceback that would tell me that though.. Roberto Bonvallet wrote: > [EMAIL PROTECTED] wrote: > > It is giving errors on the import statements.. I w

Re: This seems to crash my program and gives me errors on the #include statements

2006-09-04 Thread Roberto Bonvallet
[EMAIL PROTECTED] wrote: > It is giving errors on the import statements.. I will get an error on > the line where I import this routine import csoundroutines and then the > when I import the the program that tried to import csoundroutines I get > an error and on down the chain.. Please paste here

Re: This seems to crash my program and gives me errors on the #include statements

2006-09-04 Thread [EMAIL PROTECTED]
It is giving errors on the import statements.. I will get an error on the line where I import this routine import csoundroutines and then the when I import the the program that tried to import csoundroutines I get an error and on down the chain.. when I go back to where I started in csoundroutine

Re: This seems to crash my program and gives me errors on the #include statements

2006-09-04 Thread Steve Holden
[EMAIL PROTECTED] wrote: > I was trying to add this to my project but I must be missing some > includes or there is a serius error somewhere > [...] > > I cut and pasted this.. It seems to be crashing my program.. I am not > sure that I have all the right imports.. seems to be fine when I go to

This seems to crash my program and gives me errors on the #include statements

2006-09-04 Thread [EMAIL PROTECTED]
I was trying to add this to my project but I must be missing some includes or there is a serius error somewhere Anthra Norell wrote: > Dexter, > Here's a function that screens out all instrument blocks and puts them into a > dictionary keyed on the instrument number: > ---