Hello,
after a long time I am back to my Qooxdoo project.
I have started a project on an Win XP pc.
Now I have installed QX 1.3 and ActivePhyton 2.7 on an new win7 pc.

I tried to generate.py source with my old project, but I receive the error
message

"could not connect to the internet"

I am using the DarkTheme in my project. I asume QX will download the theme
from the internet?
I am in a company intranet and I need a proxy for internet connection.
Can this cause the problem?

----------------------------------------------------
>>> Jobs: source
>>> Resolving jobs...
>>> Incorporating job defaults...
>>> Resolving macros...
>>> Resolving libs/manifests...
Could not connect to the internet.
[Errno 2] No such file or directory:
u'c:\\users\\myusername\\appdata\\local\\temp\\cache\\downloads\\DarkTheme\\trunk\\Manifest.json'

---------------------------------------------------

My config.json which works on the old pc
-------------------------------------------------------------------
 "let" :
  {
    "APPLICATION"  : "myfistapp",
    "QOOXDOO_PATH" : "D:/qooxdoo",
    
   "QXTHEME" : "darktheme.DarkTheme",
   
   "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*"],
    "LOCALES"      : [ "en", "de" ],
    "CACHE"        : "${TMPDIR}/cache",
    "ROOT"         : "."
  },

  //"QXTHEME" : "darktheme.DarkTheme",
  //"QXTHEME"      : "mobilewebjobticket.theme.Theme",
  
  // You only need to edit the remainder of this file, if you want to
customize
  // specific jobs, or add own job definitions.

  "jobs" :
  {
    // Uncomment the following entry to add a contrib or library to your
    // project; make sure to adapt the path to the Manifest.json; if you are
    // using a contrib: library, it will be downloaded into the path
specified
    // by the 'cache/downloads' config key
    "libraries" : 
    {
      "library" :
      [
        {
         
                 "manifest" : "contrib://DarkTheme/trunk/Manifest.json"
        }
      ]
    },
        


kind regards
Hansjoerg


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/could-not-connect-to-the-internet-try-generate-source-tp6667961p6667961.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to