PyFBA
                                
                                
                                
                                    PyFBA copied to clipboard
                            
                            
                            
                        Error finding ModelSEEDDatabase variable
I have followed the instructions in creating the ModelSEEDDatabase variable as shown below;
thomas@Kiwi:~/PyFBA$ echo $ModelSEEDDatabase /home/thomas/PyFBA/ModelSEEDDatabase
However when I test the setup.py code the following occurs;
thomas@Kiwi:~/PyFBA$ python setup.py test
Traceback (most recent call last):
File "setup.py", line 7, in 
Any idea how to solve this?
I am having the same issue, did you solve it?
I have the exact same issue. Could this be related to https://github.com/linsalrob/PyFBA/issues/4 or is it something else?
Found a solution. I no longer get this error if I export the variable as root user. su - export ModelSEEDDatabase=/home/user1/ModelSEEDDatabase