module object has no attribute pydevd

Asked by Bryan

I am getting an error and searching here and on google I cannot find a solution.

I am trying to follow this guide I found online for s3 backup with duplicity.
http://thomassileo.com/blog/2012/07/19/ubuntu-slash-debian-encrypted-incremental-backups-with-duplicity-on-amazon-s3/

Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 1403, in <module>
    with_tempdir(main)
  File "/usr/local/bin/duplicity", line 1396, in with_tempdir
    fn()
  File "/usr/local/bin/duplicity", line 1251, in main
    if globals.pydevd:
AttributeError: 'module' object has no attribute 'pydevd'

Question information

Language:
English Edit question
Status:
Answered
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
edso (ed.so) said :
#1

On 21.05.2013 17:01, Bryan wrote:
> New question #229336 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/229336
>
> I am getting an error and searching here and on google I cannot find a solution.
>
> I am trying to follow this guide I found online for s3 backup with duplicity.
> http://thomassileo.com/blog/2012/07/19/ubuntu-slash-debian-encrypted-incremental-backups-with-duplicity-on-amazon-s3/
>
> Traceback (most recent call last):
> File "/usr/local/bin/duplicity", line 1403, in <module>
> with_tempdir(main)
> File "/usr/local/bin/duplicity", line 1396, in with_tempdir
> fn()
> File "/usr/local/bin/duplicity", line 1251, in main
> if globals.pydevd:
> AttributeError: 'module' object has no attribute 'pydevd'
>

can you run duplicity with maximum verbosity '-v9' and post the whole console output here? post it to pastebin or the like and post the link here. obfuscate private strings in it if you feel you do not want them in there.

..ede/duply.net

Can you help with this problem?

Provide an answer of your own, or ask Bryan for more information if necessary.

To post a message you must log in.