3DDART failing even with the pre-loaded example

Hi to all,

I wanted to model the ssDNA using the 3DDART server but it was failing, i even tried with the example they gave-still the error.

Anyone can help here.?

Did you try simply double stranded DNA?

And without info about the error message we can’t help you…

Hi,

i have given the preloaded input given in their website as an example:
http://milou.science.uu.nl/services/3DDART/Example2.html

here is the output screen

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

214 #print “Content-Type: text/html\n”
215 custom = DartCustomBuild()
=> 216 server = WebServer(DARTDIR,remote_env=custom.createEnv()) # Send form to webserver
217 filepath = server.RunDART(custom.python_dict) # Run DART from in webserver mode
218 custom.dartDownload(filepath) # Collect download path and present to user
server undefined, WebServer = , DARTDIR = ‘/home/enmr/services-enmr/3DDART/server’, remote_env undefined, custom = <main.DartCustomBuild object>, custom.createEnv = <bound method DartCustomBuild.createEnv of <main.DartCustomBuild object>>

goes on

The problem should have been solved. Please try again.