I have just started using Leo and though not familiar with Python, I
am finding it to be a great program.
I am however having difficulty understanding the ins & outs, for
example;
I am trying to use Leo to organize all my different php scripts I have
on my hard drive, when I try to import any php file I get errors. (see
example) I was able to import html files just fine but I don't
understand what I need to do to import my php files one by one so that
I can organize them in a useful manner.
ex error;
exception executing command
Traceback (most recent call last):
File "C:\Program Files (x86)\Leo\src\leoCommands.py", line 275, in
doCommand
val = command(event)
File "C:\Program Files (x86)\Leo\src\leoCommands.py", line 1508, in
importAtFile
c.importCommands.importFilesCommand(names,"@file")
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 1004, in
importFilesCommand
v = self.createOutline(fileName,current)
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 869, in
createOutline
self.scanPHPText(s,p,atAuto=atAuto)
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 1671, in
scanPHPText
scanner.run(s,parent)
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 2929, in
run
self.scan(s,parent)
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 2394, in
scan
i = self.skipDecls(s,0,len(s),inClass=False)
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 2615, in
skipDecls
i = self.skipString(s,i)
File "C:\Program Files (x86)\Leo\src\leoImport.py", line 3461, in
skipString
return self.skipString()
TypeError: skipString() takes exactly 3 arguments (1 given)
Your time is appreciated!! and thanks for a great organizing
solution!! ;)
Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---