question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No completions for python-docx

See original GitHub issue

hello guys, just tried VS 2017 to wirte python code. now I have installed docx package for our project. when I back to editor and start to code.

import docx document = Document() document. ## there is nothing happen, no hint to tell you functions or something.

but coding in interactive window, I can see hint for it. how can I make my VS editors aotu-completion work? I didnt find any solution yet.

thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jmh-airacommented, Oct 2, 2018

yeah. I’ve sat there after importing it, nothing happens.

what is funny when I do ‘import wx.’ after the period is typed it brings up the modules… but when I atempt to use wx, so like btn = wx.Button()… wx. shows nothing. it doesn’t show any autocmpletion options at all. its getting super frustrating. I’m thinking of whiping vs2017 off my system and reinstalling. This is on my work computer running p python 3.7, vs 2017 15.8.6…

1reaction
jmh-airacommented, Oct 2, 2018

I am having a wierd autocomplete issue.

if I do:

import wx

then:

wx. (nothing comes up.)

but at the import, import wx, when I do import wx. different submodules under wxpython show up there. This is wierd, as autocomplete was much more robust under the 15.7.x branch… the same is happening with requests, paho-mqtt, etc etc…

Read more comments on GitHub >

github_iconTop Results From Across the Web

No completions for python-docx · Issue #178
You can start with completion repro and see what types are attached to docx (i.e. what GetMembers see). Then perhaps set breakpoint where ......
Read more >
python-docx will not autocomplete on IDEs
I recently started using python-docx to work with Word documents and for some reason, it doesn't show up in the autocomplete.
Read more >
auto-completion with python-docx works in the python console ...
Hello,. Auto-completion with python-docx module works in the python console, not in the editor. ... I have not run into a similar problem...
Read more >
python-docx not working 'ModuleNotFound' : Forums
I am trying to build a new app on my website to allow me to push form data to a doc and figured...
Read more >
Document objects - python-docx - Read the Docs
If python-docx adds a core properties part, it contains default values for the title, last_modified_by, revision, and modified properties.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found