Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread Kevin Cox
When you try to push to gerrit it should generate a change id that you can edit into your commit message. ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: http

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread Graham Bloice
On 17 February 2016 at 09:17, João Valverde < joao.valve...@tecnico.ulisboa.pt> wrote: > On 17-02-2016 09:07, POZUELO Gloria (BCS/PSD) wrote: > >> Using git bash and typing python shows me the following message: >> "cygheap base mismatch detected. This problem is probably due to using >> incompati

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread João Valverde
ednesday 17 February 2016 09:45 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] pre-commit ImportError The pre-commit dependency on python is a recent change. That ImportError is a python initialization error. Can you run python using "Git Bash"? On 17-02-2016 08:14,

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread POZUELO Gloria (BCS/PSD)
From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of João Valverde Sent: Wednesday 17 February 2016 09:45 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] pre-commit ImportError The pre-commit dependency on python is a recen

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread João Valverde
dnesday 17 February 2016 09:02 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] pre-commit ImportError On 17-02-2016 07:48, POZUELO Gloria (BCS/PSD) wrote: Hello, I'd like to ask you about a problem with the pre-commit hook. It turns out that when I try to commit my chan

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread POZUELO Gloria (BCS/PSD)
oun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of João Valverde Sent: Wednesday 17 February 2016 09:02 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] pre-commit ImportError On 17-02-2016 07:48, POZUELO Gloria (BCS/PSD) wrote: > Hello, > > I'd li

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread João Valverde
On 17-02-2016 07:48, POZUELO Gloria (BCS/PSD) wrote: Hello, I’d like to ask you about a problem with the pre-commit hook. It turns out that when I try to commit my changes it shows me a message that says: “ImportError: No module named site”, but when I delete the pre-commit hook it allows me t

Re: [Wireshark-dev] pre-commit ImportError

2016-02-17 Thread POZUELO Gloria (BCS/PSD)
: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: Wednesday 17 February 2016 08:52 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] pre-commit ImportError Hi Gloria, 2016-02-17 8:48 GMT+01:00 POZUELO Gloria (BCS/PSD

Re: [Wireshark-dev] pre-commit ImportError

2016-02-16 Thread Pascal Quantin
Hi Gloria, 2016-02-17 8:48 GMT+01:00 POZUELO Gloria (BCS/PSD) : > Hello, > > > > I’d like to ask you about a problem with the pre-commit hook. It turns out > that when I try to commit my changes it shows me a message that says: > “ImportError: No module named site”, but when I delete the pre-com

[Wireshark-dev] pre-commit ImportError

2016-02-16 Thread POZUELO Gloria (BCS/PSD)
Hello, I'd like to ask you about a problem with the pre-commit hook. It turns out that when I try to commit my changes it shows me a message that says: "ImportError: No module named site", but when I delete the pre-commit hook it allows me to commit my changes but no Change-Id is generated... W