Issue862

Title Import fails with 'unloaded module' on Windows
Priority urgent Status resolved
Superseder Nosy List ThomasAH, jmr, lcantey, pmezard, sborho
Assigned To sborho Topics windows

Created on 2007-12-10.11:34:35 by jmr, last changed 2008-01-02.06:24:43 by ThomasAH.

Files
File name Uploaded Type Edit Remove
JavaApplication10_1_0bde5b9d182c jmr, 2007-12-10.11:34:34 application/octet-stream
Messages
msg4784 (view) Author: ThomasAH Date: 2008-01-02.06:24:43
So it is resolved
msg4563 (view) Author: jmr Date: 2007-12-10.22:13:32
Just downloaded and tested Mercurial-04c76f296ad6-TortoiseHg-52f74a5f2d59.exe

Import works a treat. Thanks :)
msg4562 (view) Author: sborho Date: 2007-12-10.21:33:36
On Mon, 2007-12-10 at 21:20 +0000, John Rice wrote:
> John Rice <john.rice@sun.com> added the comment:
> 
> Happy days :)

I've built release candidate packages, available here:

http://qct.sourceforge.net/Mercurial-04c76f296ad6-TortoiseHg-52f74a5f2d59.exe
http://qct.sourceforge.net/Mercurial-04c76f296ad6-win32extras.exe

I've just found one existing bug in patchbomb that will require a
respin, but all the other known bugs should be fixed.  Use them if you
like, just let me know if you find anymore problems.
msg4561 (view) Author: jmr Date: 2007-12-10.21:20:14
Happy days :)

Thanks Steve.

JR

Steve Borho wrote:
> Steve Borho <steve@borho.org> added the comment:
>
> It's been fixed in the patch queue.  I hope to release a new package this week
> that fixes all the known bugs in the December release.
>
> ____________________________________________________
> Mercurial issue tracker <mercurial-bugs@selenic.com>
> <http://www.selenic.com/mercurial/bts/issue862>
> ____________________________________________________
>
msg4560 (view) Author: sborho Date: 2007-12-10.16:03:54
It's been fixed in the patch queue.  I hope to release a new package this week
that fixes all the known bugs in the December release.
msg4558 (view) Author: jmr Date: 2007-12-10.13:27:15
Thanks Peter for the quick response I've retested using the Official 0.9.5
Windows release and this works fine for Import, so hopefully it's just an issue
with the TortoiseHg package.
msg4557 (view) Author: pmezard Date: 2007-12-10.12:21:10
I think this a packaging issue, some email submodule is missing from the
installer. Steve, did you find a workaround for this one ?
msg4555 (view) Author: jmr Date: 2007-12-10.11:34:34
Trying to do a simple import from a local Hg repository in NetBeans IDE. Failed
in the IDE so tried from the command line, this is what I see (import patch I
used attached):

Using TortoiseHg package on Windows:
http://downloads.sourceforge.net/qct/Mercurial-feac5b0bf9ba-TortoiseHg-1f161ca182e3.exe
Windows: XP SP2
Hg Version: Mercurial Distributed SCM (version feac5b0bf9ba+win32extras)

C:\Documents and Settings\John>hg import -v --repository "C:\Documents and Setti
ngs\John\My Documents\NetBeansProjects\JavaApplication10_clone0" --cwd "C:\Docum
ents and Settings\John\My Documents\NetBeansProjects\JavaApplication10_clone0" C
:\tmp\JavaApplication10_1_0bde5b9d182c
applying C:\tmp\JavaApplication10_1_0bde5b9d182c
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial@selenic.com
** Mercurial Distributed SCM (version feac5b0bf9ba+win32extras)
Traceback (most recent call last):
  File "hg", line 31, in <module>
  File "mercurial\dispatch.pyc", line 20, in run
  File "mercurial\dispatch.pyc", line 29, in dispatch
  File "mercurial\dispatch.pyc", line 45, in _runcatch
  File "mercurial\dispatch.pyc", line 348, in _dispatch
  File "mercurial\dispatch.pyc", line 401, in _runcommand
  File "mercurial\dispatch.pyc", line 357, in checkargs
  File "mercurial\dispatch.pyc", line 340, in <lambda>
  File "mercurial\commands.pyc", line 1580, in import_
  File "mercurial\patch.pyc", line 81, in extract
  File "mercurial\demandimport.pyc", line 70, in __call__
TypeError: 'unloaded module' object is not callable
History
Date User Action Args
2008-01-02 06:24:43ThomasAHsetstatus: chatting -> resolved
nosy: + ThomasAH
messages: + msg4784
assignedto: sborho
2007-12-10 22:13:33jmrsetnosy: sborho, lcantey, pmezard, jmr
messages: + msg4563
2007-12-10 21:33:37sborhosetnosy: sborho, lcantey, pmezard, jmr
messages: + msg4562
2007-12-10 21:20:15jmrsetnosy: sborho, lcantey, pmezard, jmr
messages: + msg4561
2007-12-10 16:03:55sborhosetnosy: sborho, lcantey, pmezard, jmr
messages: + msg4560
2007-12-10 13:27:15jmrsetnosy: sborho, lcantey, pmezard, jmr
messages: + msg4558
2007-12-10 12:21:10pmezardsettopic: + windows
nosy: + lcantey, pmezard, sborho
status: unread -> chatting
messages: + msg4557
2007-12-10 11:34:35jmrcreate