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..
>
>
&
#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
[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
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
[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
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:
> ---