Hi!
This RPM actually works. Thanks!
But i have a lot of bugs, almost all of them about missing modules which exists but tactic can't see it.
Should i give some bug reports here or in another forum thread? Or i can try to fix it myself and make a PR?
//
I have used my old DB with old and new projects, fired upgrade db script, so my installation is not "clean". But in order to continue using my old projects with updated TACTIC i should fix those bugs anyway
Example when saving tactic config:
Error: No module named 'environment'
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/command/command.py", line 264, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 220, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 250, in exec_meth
results = meth(self, ticket, *new_args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5550, in execute_cmd
Command.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 264, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/tactic/ui/startup/db_config_wdg.py", line 658, in execute
Config.unset_tmp_config()
File "/home/apache/tactic/src/pyasm/common/config.py", line 283, in unset_tmp_config
from environment import Environment
Error: No module named 'environment'
This RPM actually works. Thanks!
But i have a lot of bugs, almost all of them about missing modules which exists but tactic can't see it.
Should i give some bug reports here or in another forum thread? Or i can try to fix it myself and make a PR?
//
I have used my old DB with old and new projects, fired upgrade db script, so my installation is not "clean". But in order to continue using my old projects with updated TACTIC i should fix those bugs anyway
Example when saving tactic config:
Error: No module named 'environment'
--------------------------------------------------
File "/home/apache/tactic/src/pyasm/command/command.py", line 264, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 220, in execute
self2.results = exec_meth(self, ticket, meth, args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 250, in exec_meth
results = meth(self, ticket, *new_args)
File "/home/apache/tactic/src/pyasm/prod/service/api_xmlrpc.py", line 5550, in execute_cmd
Command.execute_cmd(cmd)
File "/home/apache/tactic/src/pyasm/command/command.py", line 264, in execute_cmd
ret_val = cmd.execute()
File "/home/apache/tactic/src/tactic/ui/startup/db_config_wdg.py", line 658, in execute
Config.unset_tmp_config()
File "/home/apache/tactic/src/pyasm/common/config.py", line 283, in unset_tmp_config
from environment import Environment
Error: No module named 'environment'