You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am new user of program-y, thank You keiffster for amazing job You done.
I have a problem with basicbot, I've edited file basicbot.yaml with
python code:
<category> <pattern>TEST</pattern> <template> TEST <system> import os print("TEST") </system> </template> </category>
but console tells me System command node disabled. I am trying to run simple python commands like print in AIML but I can't. What I am doing wrong?
I am using python 3.7 on windows 10 and I have tried few versions of program-y white no result.
I have spend 3 days and nothing...
The text was updated successfully, but these errors were encountered:
Hello, I am new user of program-y, thank You keiffster for amazing job You done.
I have a problem with basicbot, I've edited file basicbot.yaml with
python code:
`import subprocess
files = {'aiml': ['./'],
'sets': ['./'],
}
from programy.clients.embed.basic import EmbeddedDataFileBot
my_bot = EmbeddedDataFileBot(files)
print("%s" % my_bot.ask_question("TEST"))`
yaml:
`
overrides:
`
AIML i have
<category> <pattern>TEST</pattern> <template> TEST <system> import os print("TEST") </system> </template> </category>
but console tells me System command node disabled. I am trying to run simple python commands like print in AIML but I can't. What I am doing wrong?
I am using python 3.7 on windows 10 and I have tried few versions of program-y white no result.
I have spend 3 days and nothing...
The text was updated successfully, but these errors were encountered: